|
@@ -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));
|