Taz 6 Pausing During Print Error Message Log

Good evening,
What causing this error? Thank you.

< [20:07:07] Error:checksum mismatch, Last Line: 143543
< [20:07:07] USBPrinterOutputDevice: Resending from: 143544
< [20:07:07] ok N143543 P4 B4
< [20:07:07] Error:Line Number is not Last Line Number+1, Last Line: 143543
< [20:07:07] USBPrinterOutputDevice: Resending from: 143544
< [20:07:07] Error:Line Number is not Last Line Number+1, Last Line: 143543
< [20:07:07] USBPrinterOutputDevice: Resending from: 143544

More often than not that will be an issue with the base file that is causing it to slice with some oddities in the GCode. Basically the error is telling you that the next line of code it is supposed to be performing isn’t in sequential order with the last (1, 2, 4 instead of 1, 2, 3). When it sees this it has to take a second and resend from the correct next code line. Could you post the model you are trying to print as an stl? I would like to look it over for potential causes of your trouble.

Sure.
Facehugger.stl (6.33 MB)

I’ve tested it both in Cura and Octoprint. I may have to do with some lag between communications. But Octoprint failed it and closed its connection.

Thanks for posting your file! I used a software called Blender to scan it for errors that could potentially cause issues with printing and found quite a few. I am including a screenshot of the readout in case you are curious.

Thank you.