Clean up the comment

(cherry picked from commit f519070)
This commit is contained in:
Mark Walker 2015-08-23 03:38:01 +02:00 committed by Gina Häußge
parent 7e894d2ac2
commit 7d922f3c77

View file

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