add config and plugins
This commit is contained in:
parent
4f42862a91
commit
95f55b9c45
3 changed files with 19 additions and 2 deletions
14
octoprint_config/cancel_gcode.gcode
Normal file
14
octoprint_config/cancel_gcode.gcode
Normal 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
|
3
octoprint_config/config.txt
Normal file
3
octoprint_config/config.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
OctoKlipper
|
||||
config dir: /home/octoprint/.octoprint
|
||||
log: /tmp/klippy.log
|
Loading…
Add table
Add a link
Reference in a new issue