let me explain:
When the torch is turned off During cutting ,nozzle moves a path without cut .
When we use these two macro.in fact with M114 The nozzle continue to move from Point that was stopped.
i change macro 113 to form:
""" SetVar(605,(GetDro(16)-1)) 'SetVar to CurrentLine# """
With this change, nozzle move to first line of unfinished.
now my problem :
when nozzle go back to first line of unfinished ,torch is ON
how i could change macro 114 for the nozzle go back and stop here then torch ON ,DELAY And finally START.
please guide me.