14 lines
180 B
Plaintext
14 lines
180 B
Plaintext
|
; move head out of the way
|
||
|
G91
|
||
|
G0 Z10
|
||
|
G28 X Y
|
||
|
G0 X0Y230
|
||
|
|
||
|
; disable motors
|
||
|
M84
|
||
|
|
||
|
;disable all heaters
|
||
|
{% snippet 'disable_hotends' %}
|
||
|
{% snippet 'disable_bed' %}
|
||
|
;disable fan
|
||
|
M106 S0
|