Istvan Jano

Results 31 comments of Istvan Jano

Adjusting the driver seemed to be a good idea, I've set all to 1/16. `x10` now ~2cm. I played with the values and ended up with the following: ``` STEPPER_PULSES_PER_MM_X...

This does not get called for me. v0.2.4

I'm getting the same error, very annoying.

@little-gui have you managed to resolve this ? Update: ``` ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); ``` Placing the above into `functions.php` worked for me.

👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍

@bobsingor Great! Many thanks for sharing the solution! 👍 👍 👍

> Add this `post_install` section to your `Podfile`: > > ``` > post_install do |installer| > installer.pods_project.targets.each do |target| > target.build_configurations.each do |config| > config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = "" > config.build_settings['CODE_SIGNING_REQUIRED'] =...

Thanks for the response. I set the following flags: `-std=c++17 -Wall -Wextra -Wwrite-strings -Werror` - No error, compiles successfully. When I add the following lines `string *pStr = new string("Test");...