diff --git a/files/macros/M600-support.cfg b/files/macros/M600-support.cfg index 3516f3c..8d974bf 100644 --- a/files/macros/M600-support.cfg +++ b/files/macros/M600-support.cfg @@ -111,7 +111,7 @@ gcode: {% if printer.extruder.can_extrude|lower == 'true' %} RESPOND TYPE=command MSG="Loading and purging filament..." G91 - G1 E180 F180 + G1 E100 F180 G90 M400 {% else %}