diff --git a/webclient.cfg b/webclient.cfg index 9881c4b..f0377a3 100644 --- a/webclient.cfg +++ b/webclient.cfg @@ -102,7 +102,9 @@ gcode: G91 ; relative positioning G1 E-{E} F2100 ; retract filament 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 Z{Z} F3000 ; move up by 5mm @ 50mm/sec to clear the print G90 ; absolute positioning