mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-07 07:07:42 -07:00
🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (#23718)
This commit is contained in:
parent
df98bd26b3
commit
fb86b6b3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ void lv_draw_ready_print() {
|
|||
buttonExt2 = lv_big_button_create(scr, "F:/bmp_ext2_state.bin", " ", 180, ICON_POS_Y, event_handler, ID_INFO_EXT);
|
||||
#endif
|
||||
#if HAS_HEATED_BED
|
||||
buttonBedstate = lv_big_button_create(scr, "F:/bmp_bed_state.bin", " ", TERN(HAS_MULTI_HOTEND, 271, 210), ICON_POS_Y, event_handler, ID_INFO_BED);
|
||||
buttonBedstate = lv_big_button_create(scr, "F:/bmp_bed_state.bin", " ", TERN(HAS_MULTI_HOTEND, 340, 210), ICON_POS_Y, event_handler, ID_INFO_BED);
|
||||
#endif
|
||||
|
||||
TERN_(HAS_HOTEND, labelExt1 = lv_label_create_empty(scr));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue