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

@ -49,12 +49,12 @@ https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip \
https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip \ https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip \
https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip \ https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip \
https://github.com/jneilliii/OctoPrint-Python3PluginCompatibilityCheck/archive/master.zip \ https://github.com/jneilliii/OctoPrint-Python3PluginCompatibilityCheck/archive/master.zip \
https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/latest/download/master.zip \
https://github.com/marian42/octoprint-preheat/archive/master.zip \ https://github.com/marian42/octoprint-preheat/archive/master.zip \
https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip \ https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip \
https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip \ https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip \
https://github.com/jneilliii/OctoPrint-ConsolidateTempControl/archive/master.zip \ https://github.com/jneilliii/OctoPrint-ConsolidateTempControl/archive/master.zip \
https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip \
https://github.com/eyal0/OctoPrint-PrintTimeGenius/archive/master.zip
VOLUME /home/octoprint/.octoprint VOLUME /home/octoprint/.octoprint

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