From 1a78e0ab050caebbacc089411f70d0a07cb943a7 Mon Sep 17 00:00:00 2001 From: daid Date: Thu, 19 Dec 2013 11:00:48 +0100 Subject: [PATCH] Update the changelog. --- Cura/gui/newVersionDialog.py | 1 + changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/Cura/gui/newVersionDialog.py b/Cura/gui/newVersionDialog.py index 0301088f..bb36d540 100644 --- a/Cura/gui/newVersionDialog.py +++ b/Cura/gui/newVersionDialog.py @@ -53,6 +53,7 @@ class newVersionDialog(wx.Dialog): s.Add(wx.StaticText(p, -1, '* Fixed bug in acceleration planning causing slow moves on rare occasions.')) s.Add(wx.StaticText(p, -1, '* Fixed the problem where aborting a print did not always home the head.')) s.Add(wx.StaticText(p, -1, '* Disabled normal LCD menu curing USB printing.')) + s.Add(wx.StaticText(p, -1, '* Disable stepper drivers after print is finished or aborted, so you can manually move the head.')) button = wx.Button(p, -1, 'Install now') self.Bind(wx.EVT_BUTTON, self.OnUltimaker2Firmware, button) s.Add(button, flag=wx.TOP, border=5) diff --git a/changelog b/changelog index 6e5f0c81..b3ea6b23 100644 --- a/changelog +++ b/changelog @@ -9,6 +9,7 @@ Ultimaker2 - Firmware update - 13.12 * Fixed the problem where aborting a print did not always home the head. * Fixed bug in acceleration planning causing slow moves on rare occasions. * Disable the normal menus during USB printing, and support for USB based menus. +* Disable stepper drivers after print is finished or aborted, so you can manually move the head. * Expert feature: Support M907 for setting the motor current. Ultimaker Original - Firmware update - 13.12 -- 2.30.2