First of all it work during the cutting operation.
The software interrupts the operation when the arc is loss.
But i tried to make some pierce holes for later drill by hand.
The axis moves without waiting for arc ok input.
The follwing sample g code wont stop at M03.
- Code: Select all
N0010 M205
N0020 G01 Z5.0
N0030 M03
N0050 G04 P200
N0060 Z2.5
N0070 M05
I tried this code with a new uccnc installation
what is wrong with the g code?