From: daid Date: Mon, 28 Oct 2013 09:42:09 +0000 (+0100) Subject: Do not add the corrected error messages to the term screen. X-Git-Tag: 13.11.2~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=cura.git;a=commitdiff_plain;h=f65ccd8747a80d8558fcf06cd34f350ebfa87859 Do not add the corrected error messages to the term screen. --- diff --git a/Cura/util/machineCom.py b/Cura/util/machineCom.py index a47f8f31..cf80b47c 100644 --- a/Cura/util/machineCom.py +++ b/Cura/util/machineCom.py @@ -358,7 +358,7 @@ class MachineCom(object): t = time.time() self._heatupWaitTimeLost = t - self._heatupWaitStartTime self._heatupWaitStartTime = t - elif line.strip() != '' and line.strip() != 'ok' and not line.startswith('Resend:') and line != 'echo:Unknown command:""\n' and self.isOperational(): + elif line.strip() != '' and line.strip() != 'ok' and not line.startswith('Resend:') and not line.startswith('Error:checksum mismatch') and not line.startswith('Error:Line Number is not Last Line Number+1') and line != 'echo:Unknown command:""\n' and self.isOperational(): self._callback.mcMessage(line) if self._state == self.STATE_DETECT_BAUDRATE: