Bug fix for Emergency Stop
This commit is contained in:
parent
deb1979ea9
commit
59c859fb17
1 changed files with 5 additions and 0 deletions
|
|
@ -1206,6 +1206,11 @@ class MachineCom(object):
|
|||
|
||||
return None
|
||||
|
||||
def _gcode_M112(self, cmd): # It's an emergency what todo? Canceling the print should be the minimum
|
||||
self.cancelPrint()
|
||||
return cmd
|
||||
|
||||
|
||||
### MachineCom callback ################################################################################################
|
||||
|
||||
class MachineComPrintCallback(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue