diff --git a/Dockerfile b/Dockerfile index a1ed7d7..8063e6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,15 +48,14 @@ https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip \ https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip \ https://github.com/birkbjo/OctoPrint-Themeify/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/OllisGit/OctoPrint-FilamentManager/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/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip \ -https://github.com/eyal0/OctoPrint-PrintTimeGenius/archive/master.zip \ https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/master.zip \ https://gitlab.com/mosaic-mfg/canvas-plugin/-/archive/master/canvas-plugin-master.zip \ -https://github.com/costas-basdekis/MarlinGcodeDocumentation/archive/master.zip +https://github.com/costas-basdekis/MarlinGcodeDocumentation/archive/master.zip \ +https://github.com/eyal0/OctoPrint-PrintTimeGenius/archive/master.zip \ VOLUME /home/octoprint/.octoprint diff --git a/octoprint_config/cancel_gcode.gcode b/octoprint_config/cancel_gcode.gcode deleted file mode 100644 index 9bac45f..0000000 --- a/octoprint_config/cancel_gcode.gcode +++ /dev/null @@ -1,14 +0,0 @@ -; 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 \ No newline at end of file diff --git a/octoprint_config/config.txt b/octoprint_config/config.txt deleted file mode 100644 index 757f365..0000000 --- a/octoprint_config/config.txt +++ /dev/null @@ -1,3 +0,0 @@ -OctoKlipper -config dir: /home/octoprint/.octoprint -log: /tmp/klippy.log \ No newline at end of file