add config and plugins

This commit is contained in:
Siwat Sirichai 2022-05-06 13:59:42 +07:00
parent 4f42862a91
commit 95f55b9c45
3 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,14 @@
; 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

View file

@ -0,0 +1,3 @@
OctoKlipper
config dir: /home/octoprint/.octoprint
log: /tmp/klippy.log