I am configuring Mach3 for a waterjet. I need to execute a sequence for on and off.
On:
M3 (water on)
G4 Pxx (delay to create vacuum in abrasive line)
M8 (abrasive on)
Off:
M9 (abrasive off)
G4 Pxx (delay to clear abrasive line)
M5 (water off)
My question is:
How can I combine these into a Macro?
Maybe a custom M code that executes the above?
Thanks