Disable fan on print end
This commit is contained in:
parent
59652a179a
commit
77e1a77578
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue