-
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
4th Axis (Rotary) #76
Comments
You will need to select or create a map file that supports at least four axes. In the Web Builder it is easy to create a binary by selecting four axis build, if compiling locally grbl/config.h has to be changed. The fourth axis (A) can be set up as a rotary (this disables the inches to mm transform) by setting $376=1. |
So I believe I created the Map File according to what is seen in "binary" above. What would the next steps look like? |
We are attempting to add this rotary axis to the same system referenced in the issue above. This brings up 2 questions:
|
I would like to clarify that in point 2 above, we were never able to recreate the code you sent ourselves and have it successfully compile locally. Do you have any advice for us? With reference to the code you sent in #68, we are now looking to add the 4th axis (Rotary) modification, but since we have issues compiling it locally, would you be willing to compile it for us? |
As you have selected the BlackBox, does this pertain the OpenBuilds BlackBox? If so, 4th axes firmware is made available to you in OpenBuildsCONTROL (https://software.openbuilds.com) > Wizards and tools > Firmware flashing tool already. Also refer to openbuilds.com for assistance |
No, that is just a default value. $376 is a run time setting that overrides the default, send
Have you sucessfully programmed the processor with the files provided by the Web Builder?
No.
Which errors?
I see no need for that if you can use the binary provided by the Web Builder. If I compile for you I will just send you the same files. You can also use OpenBuilds Control sender to program the MCU even if it is not a BlackBox X32 but a "bare" board. You will then have to wire up the board to match the BlackBox X32 map. |
Hello,
We are currently using the repository with an ESP32. We are using it with 3 stepper motor to specify movement of an object in the X,Y,Z directions. We are looking to add a 4th motor that will enable the object rotate about the Z-axis. How can I set this up, if possible?
The text was updated successfully, but these errors were encountered: