Disable fan on print end

This commit is contained in:
Asaril 2021-09-07 00:49:21 +02:00
parent 59652a179a
commit 77e1a77578
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ description: Cancel the actual running print
rename_existing: CANCEL_PRINT_BASE
gcode:
TURN_OFF_HEATERS
M106 S0 ; turn off part fan
# move head away from print
G91 ; relative coordinates

View file

@ -1,6 +1,7 @@
[gcode_macro END_PRINT]
gcode:
TURN_OFF_HEATERS
M106 S0 ; turn off part fan
# move head away from print
G91 ; relative coordinates