changes to cancelPrint() method
This commit is contained in:
parent
edecf336bd
commit
a994557eb9
1 changed files with 2 additions and 1 deletions
|
|
@ -701,7 +701,8 @@ class MachineCom(object):
|
|||
with self._commandQueue.mutex:
|
||||
self._commandQueue.queue.clear()
|
||||
self._soft_reset()
|
||||
|
||||
self._acc_line_buffer = []
|
||||
self._send_event.clear(completely=True)
|
||||
self._changeState(self.STATE_LOCKED)
|
||||
|
||||
payload = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue