Sfoglia il codice sorgente

🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (#23718)

ellensp 3 anni fa
parent
commit
fb86b6b3e3
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/lcd/extui/mks_ui/draw_ready_print.cpp

+ 1
- 1
Marlin/src/lcd/extui/mks_ui/draw_ready_print.cpp Vedi File

@@ -196,7 +196,7 @@ void lv_draw_ready_print() {
196 196
       buttonExt2 = lv_big_button_create(scr, "F:/bmp_ext2_state.bin", " ", 180, ICON_POS_Y, event_handler, ID_INFO_EXT);
197 197
     #endif
198 198
     #if HAS_HEATED_BED
199
-      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);
199
+      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);
200 200
     #endif
201 201
 
202 202
     TERN_(HAS_HOTEND, labelExt1 = lv_label_create_empty(scr));

Loading…
Annulla
Salva