Replies: 2 comments 1 reply
-
answering my own question |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can navigate through the wiki or the several README files spread along the project. The addon modules repository also has several example templates that should give a starting point. I also reply to lots of stuff over at the Discord channel if you want to exchange ideas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am planning to use uCNC on a parallel kinematics machine with a unique geometry which requires 4 motors for XYZ motion. How do I create a special homing sequence for that machine ?
The homing has to be done in a particular sequence as homing each axis/motor separately would break the machine. So for example to home one motor, all motors have to move in one direction until a limit switch is hit, the switch that is hit will be one of two possible so that means the motor being homed first is actually not known until the switch is hit. Then the other 3 motors move together still in the same direction until the second switch is hit. Then, all 4 motors move in the other direction and the same operation happens: one limit switch is hit, all other 3 motors keep going until the other switch is hit.
Pointers to code or description of how it can be implemented in uCNC welcome...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions