Update M600-support.cfg
This commit is contained in:
parent
4449e4bacf
commit
cb2cc96660
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue