Skip to content

Commit

Permalink
fix typo in nozzle cleaning
Browse files Browse the repository at this point in the history
typo introduced in 76ea342
  • Loading branch information
Frix-x authored Jan 9, 2025
1 parent 05bfcf0 commit 82be74e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions macros/helpers/nozzle_cleaning.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ gcode:

# Retract
G92 E0
G1 E-{RETRACT*0.1} F2100
G1 E-({RETRACT}-{RETRACT*0.1}) F150
G1 E-{RETRACT * 0.1} F2100
G1 E-{RETRACT - (RETRACT * 0.1)} F150
G92 E0

# Wait some time to let the nozzle ooze before cleaning
Expand Down Expand Up @@ -173,4 +173,4 @@ gcode:
{% endif %}

RESTORE_GCODE_STATE NAME=CONDITIONAL_MOVE_TO_PURGE_BUCKET_STATE
{% endif %}
{% endif %}

0 comments on commit 82be74e

Please sign in to comment.