Two toolheads in the Z axis with different step and dir pins #744
-
Hi, Today, I have one of them assigned to the A axis in order to be able to control them separately. But it's not very practical. What would be the best approach to have both assigned to the z axis, and be able to switch from one to the other (with an M6 command)? The controller should change the step and dir pins. The x, y and z location should be independent for each tool. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A relay to switch step/dir signals combined with a custom plugin trapping tool change commands? |
Beta Was this translation helpful? Give feedback.
-
Hi thanks for the answer. I will have a look on that plugin. |
Beta Was this translation helpful? Give feedback.
Then you have two options, either modify the core or trap the step output calls in a plugin to the driver and swap Z step/dir signals to A when called for. The latter is, IMO, the best option.