Fixed problem that broke SD printing

This commit is contained in:
Gina Häußge 2015-02-22 15:34:14 +01:00
parent 9d3dee7bf3
commit 32ebec3d3c

View file

@ -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"]):