LCD
Hello, I would like to buy the PRO version I have two printers MK3, and MK3S But when I print, sometimes I have this message on the LCD !!! It's appen sometime on LCD MK3, sometime on LCD MK3S.
everything disappears, except ETA / ETE Help me please !epend):
Comments
Server side all you can do is not sending the progress info. It will still send progress to it as it Knows the prusa M-code to send percentage and time remaining.
What happens if you click button? Does menu reappear?
No M117 in Gcode. When I click on the button, the menu appear and desappear when i quit the menu....strange !
I'm happy, I bought a license !!!! And I found my problem of LCD , Finally, it does not do it anymore.
I found the solution. I will explain after tests
"curl.exe" -i -X POST -H "Content-Type: multipart/form-data" -H "x-api-key: 1efcc939-xxxxxxxxxxxxxxxxxxxx" -F "a=upload" -F "filename=@[output_filepath]" "http://192.168.1.212:3344/printer/model/MK3S"
And Additional commands in the start script:
{REPLACE "; feature outer perimeter\n" "; feature outer perimeter\nM204 S800\n"}
{REPLACE "; feature inner perimeter\n" "; feature inner perimeter\nM204 S1000\n"}
{REPLACE "; feature solid layer\n" "; feature solid layer\nM204 S1000\n"}
{REPLACE "; feature infill\n" "; feature infill\nM204 S1250\n"}
Gcode :http://orlins.free.fr/parapluie.zip
Another time, the bug Appear ! If i turn the knog to reduce speed at 98 percent, menu appear.
If a turn the Knob to set the speed at 100 percent, the menu desappear !!!!!
When the screen disappear my console say in repetier that lines
M73 P83 R-2 Q83 S-2
Tells time is negative, maybe that confuses the firmware. Will test this on my system and also change it to minimum 0 as negative times make no sense anyway.
Hope the negative time does not come from prusa slicer but from server time estimate. Have seen that both can add it depending on configuration.