Error:er cooler speed [0-255]
Repetier-Host V2.0.1 is having issue with my Delta printer (Micromake D1). As soon as it starts printing it stops and spits out errors. It doesn't even shut off extruder...
20:26:56.226 : Error:er cooler speed [0-255]
20:26:56.226 : Resend:1031
20:26:56.241 : Error:er cooler speed [0-255]
20:26:56.241 : Resend:1031
20:26:59.263 : Warning: Seems like we missed a ok, got a wait - continue sending.
So I installed old version 1.6.2 and that works just fine...
Tried using both Cura and Slic3r. Let me know if you need more details...
Windows 10 x64. Printing via USB (Baud: 250000).
20:26:56.226 : Error:er cooler speed [0-255]
20:26:56.226 : Resend:1031
20:26:56.241 : Error:er cooler speed [0-255]
20:26:56.241 : Resend:1031
20:26:59.263 : Warning: Seems like we missed a ok, got a wait - continue sending.
So I installed old version 1.6.2 and that works just fine...
Tried using both Cura and Slic3r. Let me know if you need more details...
Windows 10 x64. Printing via USB (Baud: 250000).
Comments
Set firmware to use line numbers in ok. That helps solving missed "ok" on the fly.
Frankly I haven't touched my printer in a while and I'm getting back in to it so it could be something horrifically stupid but I also did just update my Repetier and my Kossel was working just fine when I ran it last.
I have tried reducing my baud, cache, some other small things, and even talking really nicely to it all to no avail.
Data log attached (problems start near the bottom, sorry for all the clutter, was looking for as much info recorded as possible).
looks like an error message in firmware for AVR is missing a PSTR() or text area is bigger then 64kb so wrong ram position gets used for issuing the error message. I know this happens in repetier-firmware e.g. if you have too many languages selected. Makes it hard to say what firmware tries to say here. What does compiler say about text size?
Next steps, how do I remove them easily? Can I just remove all the code between "#if LANGUAGE_CHOICE == (x)" and "#endif" and reflash that new firmware, can I delete the languages off of the firmware from my computer, or do I need to do it across more than just the language file? (sorry for all the questions, pretty illiterate at this sort of thing)
As an aside, I tried to attach my firmware packet before and it said it attached properly but then didn't post with my comment. Am I going nuts here or are my attachments being stripped from my comments?
https://drive.google.com/drive/folders/1Tw5Zow0J90K8JTjvkEGtX1juRfdbMSJ5?usp=sharing
I appreciate all the hand-holding. Let me know if there's anything I can do to thank you.
thank you all