Going back to this thread http://www.cnczone.com/forums/uccnc-control-software/316888-feature-suggestion-m10-11-independent-m3.html
Could someone please give me the sequence of operations for the use of M10/M11 for plasma.
Reading that thread,
1) I need m3 to fire the torch as M3 will wait for the ArcOK signal before the pierce delay countdown starts.
2) I know that M11 will deactivate an output synchronously with motion (i.e. I can set sheetcam to overburn 10mm, and add a code snippet which will add M11, 10mm from the end of the cut)
The question is, do I need to add M10 in somewhere?
Can it be on the same line / the next line as M3 to fire the torch?
[in mach3, M10 & M11 were reversed (M11 turned the port on, M10 turned it off), and M11 would only become active providing motion had been given on the next line (i.e. a fudge was to add G0 B1 on the next line after M11, and then G0 B0 after M10 to turn the torch off)...... do I need anything like this? My overburn should take care of uccnc M11 to turn the torch off in sync with motion, but if I have M3 /n M10, the next line is normally G4 Pxxx for the pierce delay.... hence M10 may not be happy without a similar fudge)