Skip to content

Commit

Permalink
remplaced CANCEL_PRINT by PARK in the automated error management gcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Frix-x authored Feb 28, 2024
1 parent 658e024 commit 5e78581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/machine.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on_error_gcode:
{% if printer["gcode_macro _USER_VARIABLES"].probe_type_enabled == "dockable" %}
_PROBE_ON_ERROR_ACTION
{% endif %}
CANCEL_PRINT
PARK

[idle_timeout]
timeout: 1800
Expand Down
2 changes: 0 additions & 2 deletions macros/base/park.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ gcode:
G92 E0
G1 E-{E} F2100
{% endif %}
{% else %}
RESPOND MSG="no extruder retraction because extruder temperature ({printer.extruder.temperature}) is lower than min_extrude_temp ({printer.configfile.config.extruder.min_extrude_temp})"
{% endif %}

G90
Expand Down

0 comments on commit 5e78581

Please sign in to comment.