Update M600-support.cfg
This commit is contained in:
parent
b3205799e3
commit
4b5010572a
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@ timeout: 99999999
|
||||||
|
|
||||||
|
|
||||||
[filament_switch_sensor filament_sensor]
|
[filament_switch_sensor filament_sensor]
|
||||||
pause_on_runout: true
|
pause_on_runout: false
|
||||||
switch_pin: !PC15
|
switch_pin: !PC15
|
||||||
runout_gcode:
|
runout_gcode:
|
||||||
M600
|
M600
|
||||||
|
@ -106,8 +106,6 @@ gcode:
|
||||||
{% set get_params = "" %}
|
{% set get_params = "" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if printer["gcode_macro M600"].m600_state == 1 %}
|
{% if printer["gcode_macro M600"].m600_state == 1 %}
|
||||||
RESPOND TYPE=command MSG="Starting hotend heating..."
|
|
||||||
M109 S{printer['gcode_macro PRINTER_PARAM'].hotend_temp|int}
|
|
||||||
{% 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue