🚸 Fix 16x4 SD Print Progress display (#27844)

This commit is contained in:
ellensp 2025-05-08 06:36:06 +12:00 committed by GitHub
parent 222efe1382
commit a4d254ee62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1001,7 +1001,7 @@ void MarlinUI::draw_status_screen() {
#if LCD_WIDTH < 20
#if HAS_PRINT_PROGRESS
TERN_(SHOW_PROGRESS_PERCENT, setPercentPos(0, 2));
TERN_(SHOW_PROGRESS_PERCENT, setPercentPos(0, 1));
rotate_progress();
#endif

View file

@ -58,7 +58,7 @@ debug_build_flags = -fstack-protector-strong -g -g3 -ggdb
lib_compat_mode = off
build_src_filter = ${common.default_src_filter} +<src/HAL/NATIVE_SIM>
lib_deps = ${common.lib_deps}
MarlinSimUI=https://github.com/p3p/MarlinSimUI/archive/6ea016e104.zip
MarlinSimUI=https://github.com/p3p/MarlinSimUI/archive/dd9c41f1b2.zip
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/c6b319f447.zip
LiquidCrystal=https://github.com/p3p/LiquidCrystal/archive/322fb5fc23.zip
extra_scripts = ${common.extra_scripts}