chiark / gitweb /
Release the steppers on a print cancel. Fixed #110
authordaid <daid303@gmail.com>
Mon, 21 May 2012 08:50:52 +0000 (10:50 +0200)
committerdaid <daid303@gmail.com>
Mon, 21 May 2012 08:50:52 +0000 (10:50 +0200)
Cura/gui/printWindow.py

index 7fc25442c4374bc9276a0b0e75ebc5a0dff9d7b8..dd14425a4e20e17cf238525622af89a78ef24a1d 100644 (file)
@@ -223,6 +223,7 @@ class printWindow(wx.Frame):
        \r
        def OnCancel(self, e):\r
                self.printIdx = None\r
+               self.sendCommand("M84")\r
                self.UpdateButtonStates()\r
        \r
        def OnClose(self, e):\r