Release the steppers on a print cancel. Fixed #110

master
daid 2012-05-21 10:50:52 +02:00
parent 3192b0ac71
commit e94b47217c
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class printWindow(wx.Frame):
def OnCancel(self, e):
self.printIdx = None
self.sendCommand("M84")
self.UpdateButtonStates()
def OnClose(self, e):