Update M600-support.cfg

This commit is contained in:
Cyril 2024-04-01 12:50:15 +02:00
parent 4449e4bacf
commit cb2cc96660

View file

@ -111,7 +111,7 @@ gcode:
{% if printer.extruder.can_extrude|lower == 'true' %} {% if printer.extruder.can_extrude|lower == 'true' %}
RESPOND TYPE=command MSG="Loading and purging filament..." RESPOND TYPE=command MSG="Loading and purging filament..."
G91 G91
G1 E180 F180 G1 E100 F180
G90 G90
M400 M400
{% else %} {% else %}