summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-24 19:42:20 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-24 21:33:18 +0100
commit2a09776c3f460d59bcd11cf5970adafa7d3da3cb (patch)
treec12366e6a9db3d38f3bd3220927de666d70eeff0 /pkgs/applications
parent167ef887f747d893faa9a4c7b96719d150fe8f7a (diff)
downloadnixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.tar
nixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.tar.gz
nixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.tar.bz2
nixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.tar.lz
nixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.tar.xz
nixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.tar.zst
nixpkgs-2a09776c3f460d59bcd11cf5970adafa7d3da3cb.zip
octoprint: 1.2.9 -> 1.2.10
Note: the 1.2.9 GitHub tarball's sha256 has changed.

Changes:
- Fixed an issue introduced by the fix for 1196 that had the "Upload
  to SD" button stop working correctly.
- Fixed an issue causing an error on disconnect after or cancelling of
  an SD print, caused by the unsuccessful attempt to record print
  recovery data for the file on the printer's SD card.
- Only add bed temperature line to temperature management specific
  start gcode in CuraEngine invocation if a bed temperature is actually
  set in the slicing profile.
- If a communication timeout occurs during an active resend request,
  OctoPrint will now not send an M105 with an increased line number
  anymore but repeat the last resent command instead.
- Don't add an extra ok for M28 response.
- Add an extra ok for M29 response, but only if configured such in
  "Settings" > "Serial" > "Advanced options" > "Generate additional ok
  for M29"
- Trigger M20 only once after finishing uploading to SD
- Prevent M105 "cascade" due to communication timeouts
- Fixed wrong tracking of extruder heating up for M109 Tn commands in
  multi-extruder setups.
- Fixed start of SD file uploads not sending an M110.
- Fixed job data not being reset when disconnecting while printing.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/octoprint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/octoprint/default.nix b/pkgs/applications/misc/octoprint/default.nix
index 67b351ba906..b9b6c10a13f 100644
--- a/pkgs/applications/misc/octoprint/default.nix
+++ b/pkgs/applications/misc/octoprint/default.nix
@@ -2,13 +2,13 @@
 
 pythonPackages.buildPythonApplication rec {
   name = "OctoPrint-${version}";
-  version = "1.2.9";
+  version = "1.2.10";
 
   src = fetchFromGitHub {
     owner = "foosel";
     repo = "OctoPrint";
     rev = version;
-    sha256 = "00hhq52jqwykhk3p57mn9kkcjbjz6g9mcrp96vx8lqzhw42m3a86";
+    sha256 = "1ips1083c4qrfnkssvp1lxrs92svlid29l225ifsymrinpbjawav";
   };
 
   # We need old Tornado