diff --git a/macros.d/start_end.cfg b/macros.d/start_end.cfg index 753f78b..56c68af 100644 --- a/macros.d/start_end.cfg +++ b/macros.d/start_end.cfg @@ -75,7 +75,9 @@ gcode: G1 E-2.0 F3600 ; retract 2mm of filament at 60mm/s G91 ; relative positioning G1 X1 F20000 ; move 1mm to the side at 333mm/sec + G90 ; absolute positioning (avoid G2 in rel mode erroring out) G2 E0 I-1 ; do a no extrusion circle move with a 0.5mm radius centered on orig + G91 ; relative positioning (avoid G2 in rel mode erroring out) G1 Z5.00 F3000 ; move up by 5mm @ 50mm/sec to clear the print G90 ; absolute positioning