Category: General LinuxCNC Questions
Thanks for the answer!
The M600 calls this macro:
github.com/TooTall18T/tool_length_probe/...n/tool_touch_off.ngc
As this macro uses the "normal" M6, I remapped M6 to my own macro "manuell_atc" (
github.com/GameOEver/LinuxCNC/blob/main/manuell_atc.ngc).
M300 and M500 basically add an M64Px to M3/M5 to have a vavle for the ATC spindle turn on and off for the air seal.
I am currently working on an ATC carousel, but it will probably take a few months to get it working. In the meantime I have made a very simple macro that basically turns valves on and off when you press cycle start for release or clamping tools.
If I understand your comment correctly, I would only call my "manuell_atc" macro when #<_task> EQ 1?