The change to G90 in PicSender’s jogging mode after the file starts running is not a mistake as grbl automatically switches to run in Absolute Mode. At the end of the file, PicSender will switch back to G91 again for jogging the X,Y & Z axis’s.
G1 X6.9510 Y1.6206 Z-0.0262
G0 Z0.0819
G0 Z0.1969
M05 <------------------ This needs to be added at the end of your gcode file to turn the spindle off.
G0 X0.0000 Y0.0000
M30
The Post Processor your using for Vcarve should be adding the M05 or M5 there.
what that mean G0 Z0.1969
if i have a big file and take along time and i want to stop working, and after a while i want to continue working on the same file later.
if i want to cut some steps from the file what is the safe way to do that.