Browse Source

Fix display of Y on Graphical LCD

Scott Lahteine 6 years ago
parent
commit
dacb5324e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/status_screen_DOGM.h

+ 1
- 1
Marlin/src/lcd/dogm/status_screen_DOGM.h View File

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

Loading…
Cancel
Save