Since building my tinyG/shapeoko I have been shutting down after each run of a multiple run project, rehoming and re-zeroing, next run, etc..
With the footer code below, the finish position is not as needed to simply run the next file. Like to know how I might edit the footer code below so that I can just run the next file.
Possibly related to G54 or G10 L2 P2 X0 Y0 Z0, but unsure where to place.
(My Gcode via Cut2d. CoolTerm to send files)
current foot:
—-
G28 (return home)
$gco (set default coordinate system)
$gpl (set default plane)
G90 (set MODE_ABSOLUTE)
G94 (set UNITS_PER_MINUTE)
M5 (spindle is stopped)
G80 (motion mode is canceled)
$gun (Default INCHES or MM units mode is restored)
()
(home)
G28.2 x0y0z0
(reset G28)
G28.1
M30
-
This topic was modified 4 years, 11 months ago by mristau.