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 386 forks source link

Inexisting checkboxes #359

Closed Regnak closed 3 years ago

Regnak commented 3 years ago

Description

Hi, When I want to check or uncheck "Filament sensor" or "Power-loss recovery", I cant see the checkbox like I'm seeing in JSTECH video. When I long press in "Filament sensor" for exemple I listen a beep but I cant determinate if is check or not. For information I take firmware named "E3V2-Noprobe-3x3-v422-v123c.bin" on Ender 3v2 stock with 4.2.2 mother board.

Steps to Reproduce

I dont know reproduce that I update mother board first and screen next but with the screen I dont see like the JSTECH video annonce, bleu screen switch to orange, I just see loading marlin and next one more loading bar.

Expected behavior: Just see and interact with checkbox

Actual behavior: Cant see and interact with checkbox for "Filament sensor" or "Power-loss recovery"

Additional Information

IMG_20210401_175722 1

tiagofreire-pt commented 3 years ago

Re-reflash your LCD firmware with this one: https://github.com/Jyers/Marlin/tree/Ender_3_V2_Extensible_UI/Display%20firmware

Jyers commented 3 years ago

Alternatively if you want to compile your own and don't want to flash the screen you can modify the configuration and comment out #define CREALITY_DWIN_EXTUI_CUSTOM_ICONS

This would obviously be without whatever modifications were made by Christophe