Skip to content

Commit fb86b6b

Browse files
authored
🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (MarlinFirmware#23718)
1 parent df98bd2 commit fb86b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/extui/mks_ui/draw_ready_print.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void lv_draw_ready_print() {
196196
buttonExt2 = lv_big_button_create(scr, "F:/bmp_ext2_state.bin", " ", 180, ICON_POS_Y, event_handler, ID_INFO_EXT);
197197
#endif
198198
#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);
200200
#endif
201201

202202
TERN_(HAS_HOTEND, labelExt1 = lv_label_create_empty(scr));

0 commit comments

Comments
 (0)