parent
7e894d2ac2
commit
7d922f3c77
1 changed files with 1 additions and 2 deletions
|
|
@ -1756,8 +1756,7 @@ class MachineCom(object):
|
|||
self._resendDelta = None
|
||||
|
||||
def _gcode_M112_queuing(self, cmd, cmd_type=None):
|
||||
# emergency stop, tell the printer right now and clear the queues
|
||||
# jump the queue with the M112
|
||||
# emergency stop, jump the queue with the M112
|
||||
self._doSendWithoutChecksum("M112")
|
||||
self._doSendWithChecksum("M112", self._currentLine)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue