Replies: 2 comments 17 replies
-
You'll have to write a plugin that uses the new step inject functionality. Easiest will be to call the new stepper functions that sits on top of of step inject functionality as these handles acceleration/deceleration etc. FYI I added supporting low-level code to this driver a few days ago but has not published it yet since I do not have means to test it until I am back home in early December. The new stepper functions has also been changed somewhat in yet to be published code, testing beeing done with the STM32F4xx driver. Are you able to write and test plugin code yourself? I can provide some guidance. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a machine that is basically a 2 axis machine with the Z axis not moving while running a GCode. The Z does need to be adjusted manually while the program is running using UP/Down buttons. How can I incorporate this feature?
Beta Was this translation helpful? Give feedback.
All reactions