chiark / gitweb /
Update the changelog.
authordaid <daid303@gmail.com>
Thu, 19 Dec 2013 10:00:48 +0000 (11:00 +0100)
committerdaid <daid303@gmail.com>
Thu, 19 Dec 2013 10:00:48 +0000 (11:00 +0100)
Cura/gui/newVersionDialog.py
changelog

index 0301088fb6fdd4905e02f1ffdd93abec5217c556..bb36d54082a8ef15c1109e795dd3a8305300cffd 100644 (file)
@@ -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)
index 6e5f0c8199d06b871d1305bee3ac8817a669e0f0..b3ea6b23be5250d81a67b331530208ac0d0fbcf8 100644 (file)
--- 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