Fixed problem that broke SD printing
This commit is contained in:
parent
9d3dee7bf3
commit
32ebec3d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1027,7 +1027,7 @@ class MachineCom(object):
|
|||
|
||||
if self._sendFromQueue(sendChecksum=True):
|
||||
pass
|
||||
else:
|
||||
elif not self.isSdPrinting():
|
||||
self._sendNext()
|
||||
elif line.lower().startswith("resend") or line.lower().startswith("rs"):
|
||||
if settings().get(["feature", "swallowOkAfterResend"]):
|
||||
|
|
|
|||
Loading…
Reference in a new issue