-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] LCD freezes/very sluggish after upgrade if SD card is left in the mainboard #24301
Comments
I'm looking at a similar issue on a 1284p #24298 |
@ellensp it seems that it is a combination of Configuration.h #define MOTHERBOARD BOARD_MKS_SGEN_L_V2
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define SDSUPPORT Configuration_adv.h #define SDCARD_CONNECTION LCD platformio.ini [platformio]
#...
default_envs = LPC1769 |
@ellensp @thisiskeithb I bisected and the culprit seems to be:
|
closing this as a duplicate of #24298 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Immediately upon upgrade to 2.0.9.4, then 2.1, and bugfix-2.1 (371ac49), the LCD freezes, or at least gets very sluggish.
It worked fine with 2.0.9.3.
Bug Timeline
Since 2.0.9.4 - did not bisect in search for the first offending commit
Expected behavior
I expected the LCD to render quickly and be able to navigate through all menus. Turning the knob clockwise or counter-clockwise would immediately change feed rate.
Actual behavior
Depending on the boot sequence it will either freeze completely, or be very sluggish.
The info screen renders in more than 15s per half.
The wheel button seems to not be able to open the main menu.
Turning the knob clockwise or counter-clockwise would immediately change feed rate affects the feed rate, but it takes a long time for the number to update.
Steps to Reproduce
Version of Marlin Firmware
FIRMWARE_NAME:Marlin bugfix-2.1.x (Jun 6 2022 18:18:47) SOURCE_CODE_URL:github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0
Printer model
Modded Ender 3
Electronics
MKS SGENL v2, Discount Full Graphic Smart Controller
Add-ons
EZNEO, EZABL, UART based serial connection
Bed Leveling
ABL Bilinear mesh
Your Slicer
Cura
Host Software
No response
Other things to include
Configuration.h
andConfiguration_adv.h
.M111 S247
for maximum logging.)Additional information & file uploads
bugfix-2.1-config.zip
The text was updated successfully, but these errors were encountered: