Skip to content

Commit 82be74e

Browse files
authored
fix typo in nozzle cleaning
typo introduced in 76ea342
1 parent 05bfcf0 commit 82be74e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macros/helpers/nozzle_cleaning.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ gcode:
120120

121121
# Retract
122122
G92 E0
123-
G1 E-{RETRACT*0.1} F2100
124-
G1 E-({RETRACT}-{RETRACT*0.1}) F150
123+
G1 E-{RETRACT * 0.1} F2100
124+
G1 E-{RETRACT - (RETRACT * 0.1)} F150
125125
G92 E0
126126

127127
# Wait some time to let the nozzle ooze before cleaning
@@ -173,4 +173,4 @@ gcode:
173173
{% endif %}
174174

175175
RESTORE_GCODE_STATE NAME=CONDITIONAL_MOVE_TO_PURGE_BUCKET_STATE
176-
{% endif %}
176+
{% endif %}

0 commit comments

Comments
 (0)