octoprint: 1.3.10 -> 1.3.11

This commit is contained in:
Gabriel Ebner
2019-05-30 18:10:29 +02:00
parent 91b869efe3
commit 18f564b882
2 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ let
cfg = config.services.octoprint;
baseConfig = {
plugins.cura.cura_engine = "${pkgs.curaengine_stable}/bin/CuraEngine";
plugins.curalegacy.cura_engine = "${pkgs.curaengine_stable}/bin/CuraEngine";
server.host = cfg.host;
server.port = cfg.port;
webcam.ffmpeg = "${pkgs.ffmpeg.bin}/bin/ffmpeg";