Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 387 forks source link

Status screen slowly corrupts itself during print jobs #1976

Open YellowLemon571 opened 2 years ago

YellowLemon571 commented 2 years ago

Description

My Ender 3 V2's screen slowly corrupts itself during a print. Other than this visual chaos, menu options seem to work like normal and all other functionality is okay. I recently upgraded my mainboard to an SKR Mini E3 V3, however this issue has occurred before then as well. The LCD's firmware is flashed with the "Custom" DWIN_SET folder.

Steps to Reproduce

Start any print job like normal. The status screen seems fine but becomes corrupted over time. Since this isn't intentionally reproduced by myself, I am not sure how else to provide details. Apologies.

Expected behavior: Put simply, a normal-looking print status screen.

Actual behavior: See image. Corrupted LCD Screen

Additional Information

Configuration.h and Configuration_adv.h

YellowLemon571 commented 2 years ago

For now, I've replaced the mainboard and LCD firmware with vanilla Marlin bugfix-2.1.x. No instances of this issue have occurred since then. I will wait to attempt installing Jyers' fork again until the next update.