mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 15:40:45 +08:00
Release the steppers on a print cancel. Fixed #110
This commit is contained in:
parent
3192b0ac71
commit
e94b47217c
@ -223,6 +223,7 @@ class printWindow(wx.Frame):
|
||||
|
||||
def OnCancel(self, e):
|
||||
self.printIdx = None
|
||||
self.sendCommand("M84")
|
||||
self.UpdateButtonStates()
|
||||
|
||||
def OnClose(self, e):
|
||||
|
Loading…
x
Reference in New Issue
Block a user