🐛 LCD string followup (#22892)
This commit is contained in:
parent
d48cb11537
commit
0018c94a79
@ -179,7 +179,7 @@ static void _lcd_level_bed_corners_get_next_position() {
|
|||||||
// Display # of good points found vs total needed
|
// Display # of good points found vs total needed
|
||||||
if (PAGE_CONTAINS(y - (MENU_FONT_HEIGHT), y)) {
|
if (PAGE_CONTAINS(y - (MENU_FONT_HEIGHT), y)) {
|
||||||
SETCURSOR(TERN(TFT_COLOR_UI, 2, 0), cy);
|
SETCURSOR(TERN(TFT_COLOR_UI, 2, 0), cy);
|
||||||
lcd_put_u8str_(GET_TEXT_F(MSG_BED_TRAMMING_GOOD_POINTS));
|
lcd_put_u8str(GET_TEXT_F(MSG_BED_TRAMMING_GOOD_POINTS));
|
||||||
IF_ENABLED(TFT_COLOR_UI, lcd_moveto(12, cy));
|
IF_ENABLED(TFT_COLOR_UI, lcd_moveto(12, cy));
|
||||||
lcd_put_u8str(GOOD_POINTS_TO_STR(good_points));
|
lcd_put_u8str(GOOD_POINTS_TO_STR(good_points));
|
||||||
lcd_put_wchar('/');
|
lcd_put_wchar('/');
|
||||||
|
Loading…
Reference in New Issue
Block a user