Merge remote-tracking branch 'origin/devel' into devel

This commit is contained in:
Gina Häußge 2014-05-25 20:19:03 +02:00
commit 244128c7ed

View file

@ -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):