Don't have M28 response generate extra "ok"

Fixes #1272
This commit is contained in:
Gina Häußge 2016-03-10 16:03:52 +01:00
parent 069bfdd9f8
commit d393a6730c

View file

@ -1072,8 +1072,6 @@ class MachineCom(object):
})
elif 'Writing to file' in line and self.isStreaming():
self._changeState(self.STATE_PRINTING)
self._clear_to_send.set()
line, lower_line = convert_line("ok")
elif 'Done printing file' in line and self.isSdPrinting():
# printer is reporting file finished printing
self._sdFilePos = 0