Page 1 of 1

Errors at end of print

Posted: Sun May 25, 2014 6:08 pm
by forrie
Hello - I've been playing around with Kiss and have getting some good results but have this annoying bug in Repetier-Host.

At the end of the print the nozzle freezes at the finishing point and I get error codes similar to the below lines, over and over again. The arm's won't reset to a home position, nor will the heaters turn off. Can anybody share their postfix GCode perhaps? or do you think it could be something else?

Code: Select all

Error: expected line 31777 got 31789
Resend: 31777
I've looked at that line in the code, but it doesn't make sense as it's only 1/4 of the way through the file (print actually finishes).

I'm currently using:

Code: Select all

G1 X70 Y0 F5000
G28
Slicer and Cura behave themselves at the end of the print....just can't figure this one out...

Re: Errors at end of print

Posted: Sun May 25, 2014 10:07 pm
by McSlappy
I had the same issue, turned out I was missing a ";" in the post gcode in kisslicer. Check those bits of code and paste what you have.

Re: Errors at end of print

Posted: Sun May 25, 2014 11:00 pm
by forrie
You are correct! I had a line without a ;

All working now...Thanks!

Re: Errors at end of print

Posted: Mon May 26, 2014 6:38 am
by Eaglezsoar
Does anyone have an idea what causes the line to be missing the ;?
A bug in the software?

Re: Errors at end of print

Posted: Mon May 26, 2014 12:38 pm
by Polygonhell
It's probably a typo in the default config.

Repetier is a lot pickier about GCode formatting than some of the other firmwares, so it might not cause an issue on what ever Jonathan is testing on these days.

Re: Errors at end of print

Posted: Mon May 26, 2014 1:23 pm
by Eaglezsoar
Polygonhell wrote:It's probably a typo in the default config.

Repetier is a lot pickier about GCode formatting than some of the other firmwares, so it might not cause an issue on what ever Jonathan is testing on these days.
Good point, thanks.

Re: Errors at end of print

Posted: Mon May 26, 2014 5:48 pm
by forrie
I think I had a blank line at the bottom of the prefix screen...