Ender3 S1 Pro and progress status issus

Hi there, i print with success on my Ender3 S1 PRO but the printing progress status is not available on the display: it's stuck on 0% with no ETA for all the printig time. Is there any configuration i must to set up on repetier server? I've noticed also that the home command perform in different way when lounched form repetier, so maybe am i using a wrong configuration? I've setted marlin firmware on the setup.

Thank's in advance

Comments

  • It really depends on what you see on ender display. When you send
    M117 Hello
    do you see that at same position? Then info comes from server sending M117 with layer/eta/...

    If not it comes likely from M73
    https://marlinfw.org/docs/gcode/M073.html
    so check if sending it changes display and check print log if we send it.

    If M115 returns
    Cap:PROGRESS:1
    we would also send
    M532 X{f:progress} L{i:currentLayer}
    
    
  • Both commands M117 and M73 seems to have no effect.
    With M115 i got 
     Cap:PROGRESS:0

    Maybe my display is not supported? It's a touch display.

  • That is possible, especially if printer has a graphic display they use often a own solution only showing progress with sd card printing and never show messages send with M117.
  • Repetier said:
    That is possible, especially if printer has a graphic display they use often a own solution only showing progress with sd card printing and never show messages send with M117.
    Yes i confirm that is a graphic display. So i suppose there's no solution, right?
  • I guess that is how it is. Firmware gives us no access to that display.
Sign In or Register to comment.