Clean up the comment

This commit is contained in:
Mark Walker 2015-08-22 18:38:01 -07:00
parent e7584cdaac
commit f519070d9c

View file

@ -1821,8 +1821,7 @@ class MachineCom(object):
self._resendDelta = None self._resendDelta = None
def _gcode_M112_queuing(self, cmd, cmd_type=None): def _gcode_M112_queuing(self, cmd, cmd_type=None):
# emergency stop, tell the printer right now and clear the queues # emergency stop, jump the queue with the M112
# jump the queue with the M112
self._doSendWithoutChecksum("M112") self._doSendWithoutChecksum("M112")
self._doSendWithChecksum("M112", self._currentLine) self._doSendWithChecksum("M112", self._currentLine)