Merge remote-tracking branch 'origin/devel' into devel
This commit is contained in:
commit
244128c7ed
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