Temperature is reported improperly - Prusa i3 MK3S
Since last Prusa firmware update (3.10.0), temperature is not reported properly in Repetier Server.
Temp remains stuck to 0 after printer reboot, even though the components are warm.
Commands are still sent properly though when setting the temperature.
This issue isn't preventing me from using the printer and sending gcode.
Temp remains stuck to 0 after printer reboot, even though the components are warm.
Commands are still sent properly though when setting the temperature.
This issue isn't preventing me from using the printer and sending gcode.
Comments
M155 S1
I read in release notes that it now supports autoreport temperature. That command should get it started. Will test asap on my prusa when I update.
Same happens for me on connect. So maybe just com error? Or do you not see the M155 S1 after M115?
Anyway you can add to printer config->G-Codes->Event Dependent->Run on Connect the line
M155 S1
to force sending it. Since server does not send M105 it has seen the autoreport and planned to send M155 S1 but can't say from this where it lost the command. Maybe when I get a complete connection log including "ok" responses etc. But the extra send should normally fix it anyway.