-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduced Stepper Rate #68
Comments
|
Hi Terjeio, thank you for your response! I was not using the ESP-IDF c4.3 I tried using the latest version. I downloaded v4.3 and was able to compile and flash without the errors I was previously encountering. For that binary file, I uploaded it via the openbuilds firmware flashing wizard and it is working at the desired low rates, thank you! I am curious, what exactly did you change to remove the cap? |
|
I need to use grblHAL on a BlackBox X32 to control the motion of a workpiece. My process requires very slow movement rates on the order of 1mm/hour. I attempted to edit the config file to reduce the MINIMUM_FEED_RATE from 1.0f to 0.001f. I then changed the cMakeLists.txt file so that "OPTION(BOARD_BLACKBOX_X32 "Compile for BlackBox X32" ON)" was "ON", rebuilt the project and flashed it to my BlackBox X32. When I reset it, I get a repeated error
It eventually says "ok" then I can send a move command, it will execute but then return "ok" several times followed by the "GrblHAL 1.1f ['$' or '$HELP' for help]" error code several times. My two main questions are:
I am running Windows 11 and using Eclipse IDE for Embedded C/C++ Developers (includes Incubating components) Version: 2021-09 (4.21.0) Build id: 20210910-1417 and built and flashed using ESP-IDF 4.4 command prompt.
The text was updated successfully, but these errors were encountered: