Replies: 1 comment 11 replies
-
A plugin adding a M-code for switching spindle is easy to write, how to communicate which one to select to spindle driver code is what is a bit challenging. One way to do it is to have all spindle drivers implement a M-code but that is not very flexible and will lead to code duplication. My idea is to add an event for spindle change to the core handlers that spindle drivers will have to subscribe to:
A plugin implementing a M-code can then request a spindle change like this:
where
I need a bit of time to add this to the core and modify/test the Huanyang plugin... |
Beta Was this translation helpful? Give feedback.
-
Any chance someone could help me with development of a plugin that simply does the same thing a $32=1. Would like to be able to change in and out of laser mode without having to update flash.
Beta Was this translation helpful? Give feedback.
All reactions