Fix display of Y on Graphical LCD

2.0.x
Scott Lahteine 6 years ago
parent bf9dd4f4cf
commit dacb5324e8

@ -377,7 +377,7 @@ static void lcd_impl_status_screen_0() {
#define XYZ_FRAME_HEIGHT INFO_FONT_HEIGHT + 1
#endif
static char xstring[5], ystring[5], zstring[7];
static char xstring[5], ystring[5], zstring[8];
#if ENABLED(FILAMENT_LCD_DISPLAY)
static char wstring[5], mstring[4];
#endif

Loading…
Cancel
Save