Bug fix for Emergency Stop

This commit is contained in:
Salandora 2014-05-22 11:46:42 +02:00
parent deb1979ea9
commit 59c859fb17

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