Skip to content

Commit

Permalink
MACRO: fix remove thermal expansion for idex printers in end_print
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck authored and miklschmidt committed Jun 10, 2024
1 parent bd256e7 commit 4743539
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,9 @@ gcode:

# reset nozzle thermal expansion offset
{% if printer.configfile.settings.beacon is defined %}
_BEACON_REMOVE_NOZZLE_TEMP_OFFSET
{% if printer["dual_carriage"] is not defined %}
_BEACON_REMOVE_NOZZLE_TEMP_OFFSET
{% endif %}
_BEACON_SET_NOZZLE_TEMP_OFFSET RESET=True
{% endif %}

Expand Down

0 comments on commit 4743539

Please sign in to comment.