MK2.5 display loses text info
When printing with repetier server the display on my MK2.5 loses all of the text on the display except the last line. Hot end temp, heat bed temp, z position, etc..Only the bottom line of text is displayed.
I tried changing Show on Printer LCD Status Line to Do not set status but that just removes the repetier server status. Why is the rest of the text missing during a print?
When I print from SD card all of the text is there so I am certain it's repetier server removing the text.
Comments
That is the only command - there are some commands that show print time but even prusa slicer adds them to gcode so that should be no problem and it only contains numbers.
If firmware would claim to support progress view it would send M531 with filename. But I do not think prusa sends that.
Does the display vanish randomly or always at the same point? If it is the same point it would mean a gcode would cause this somehow. All the server does is just sending gcodes. No gcode should be able to do that with the display. Even wrong gcodes should not be able to. Anyhow, if we would know what causes it, it is easier to fix the problem - be it in firmware or server side not sending what makes problems. What makes me wonder is that of the over 100000 prusa printers only 2 so far have reported the problem. So it does not look like a general problem.
Is there a firmware update you can install or are you on latest firmware already? Just in case it is a bug already fixed.
16:21:56.149: ok
16:21:56.149: N754602 G1 E-0.04000 F2100.00000
16:21:56.149: N754603 G1 Z9.600 F10800.000
16:21:56.157: NORMAL MODE: Percent done: 98; print time remaining in mins: -6
16:21:56.161: SILENT MODE: Percent done: 98; print time remaining in mins: -6
Yes, we strip the contained M73 and send our computed times. Having both is confusing since time then jumps back and forth. And sometimes in recalculation the time passed gets bigger then pre computed, also this is normally not the case it happens. And then it can send negative values. Thanks.