version 0.91.1 missing printing progress show in LCD 2004
I upgrade Regetier-Server to version 0.91.1 and connect to Repetier-Firmware version 1.0.3 .
Found the printing progress not show in the LCD 2004 after i upgrade the Regetier-Server to version 0.91.1. Seem it is missing GCODE M530/M531/M532.
Found the printing progress not show in the LCD 2004 after i upgrade the Regetier-Server to version 0.91.1. Seem it is missing GCODE M530/M531/M532.
Comments
Progress view is only shown if fimrware responds on M115 with a line
Cap:PROGRESS:1
Can you verify if your firmware sends this. Will also test with next print here, also I did not touch that code. But you never know.
below is the M115 response.
Seem it missing execule M115 when Regetier-Server connect to the printer.
so after a connect it should execute M115.
You can go to console, deactivate printer and activate it. Then you should also see if it gets executed. Checking the sources I see that printer gets initialized with false and once the Cap has been seen it is set to the result. There is no other line changing the value.
What can happen is that on first connect you get a communication error, so the line is not detected. Happens sometimes, especially if there is lot of output in a short time.
I have the same setting found in firmwares/repetier.xml but seem it only execute the @getip.
I fallback the version to 0.90.7 and found no problem. So I will stay at this version sometime until a new version.
Connect with "Native Port" won't trigger the board reset. And I am quite sure connectionCommands not sent to printer. But the printer LED has displayed the IP of Repetier-Server.
2. After I execute those startup gcode manually, deactivate printer and activate can see Repetier-Server will execute those startup gcode.
For workaround, I have to add this python script and execute it at raspberrypi bootup.