octoprint-klipper-docker/octoprint_config/cancel_gcode.gcode

14 lines
180 B
Plaintext
Raw Normal View History

2022-05-06 06:59:42 +00:00
; 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