Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top 3 lines of lcd are blanked with 2.3.57.4 #1819

Closed
neophyl opened this issue Nov 7, 2021 · 1 comment
Closed

Top 3 lines of lcd are blanked with 2.3.57.4 #1819

neophyl opened this issue Nov 7, 2021 · 1 comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@neophyl
Copy link

neophyl commented Nov 7, 2021

Sliced some gcode with the new 2.3.57.4 release and when printing using it on my Prusa MK3 the lcd details are now missing except for the bottom line. So basically all the temperature, speeds etc that are normally displayed are blanked out.
I haven't changed anything in my printer profile, its still set to use the M117 for print time remaining etc.

The printers lcd works normally in that if I go into the menu to change something it displays everything as expected but once I go back to the main screen the only line being shown is the very bottom line with the scrolling name of the print job.

Slicing the same project from 2.3.57.3 or 2.3.26.9 and printing results in lcd normal operation.
I've compared the gcode produced and the only thing I can see different (besides some of the move/extrude values) are the M73 lines. The latest one is missing the Q values and repeating the first line.

; generated by SuperSlicer 2.3.57 on 2021-11-07 at 14:07:33 UTC
;
; external perimeters extrusion width = 0.45mm
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.40mm
; support material extrusion width = 0.35mm
; first layer extrusion width = 0.42mm

M73 P0 R20
M73 P0 R20 <--- repeated line

; generated by SuperSlicer 2.3.56 on 2021-11-07 at 14:32:16 UTC

;

; external perimeters extrusion width = 0.45mm
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.40mm
; support material extrusion width = 0.35mm
; first layer extrusion width = 0.42mm

M73 P0 R21
M73 Q0 S21

Why this should result in a cleared lcd though I have no idea.

>> Project File <<
SS23569_CalibrationCube_v2.zip

Expected behavior
Not to clear the lcd screen of all the other information

Desktop (please complete the following information):

  • OS: Windows 10 64
  • Version 2.3.57.4
@supermerill supermerill added the bug Something isn't working as intended label Nov 7, 2021
@supermerill
Copy link
Owner

That's the silent mode. I didn't see it need different parameters.
Should be an easy fix.

@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Nov 7, 2021
supermerill added a commit that referenced this issue Nov 7, 2021
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants