|
@ -467,7 +467,6 @@ void scroll_screen(const uint8_t limit, const bool is_menu) { |
|
|
void _lcd_draw_homing() { |
|
|
void _lcd_draw_homing() { |
|
|
constexpr uint8_t line = (LCD_HEIGHT - 1) / 2; |
|
|
constexpr uint8_t line = (LCD_HEIGHT - 1) / 2; |
|
|
if (ui.should_draw()) MenuItem_static::draw(line, GET_TEXT(MSG_LEVEL_BED_HOMING)); |
|
|
if (ui.should_draw()) MenuItem_static::draw(line, GET_TEXT(MSG_LEVEL_BED_HOMING)); |
|
|
ui.refresh(LCDVIEW_CALL_NO_REDRAW); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#if ENABLED(LCD_BED_LEVELING) || (HAS_LEVELING && DISABLED(SLIM_LCD_MENUS)) |
|
|
#if ENABLED(LCD_BED_LEVELING) || (HAS_LEVELING && DISABLED(SLIM_LCD_MENUS)) |
|
|