Clean up the comment
This commit is contained in:
parent
e7584cdaac
commit
f519070d9c
1 changed files with 1 additions and 2 deletions
|
|
@ -1821,8 +1821,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