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
     #define XYZ_FRAME_HEIGHT INFO_FONT_HEIGHT + 1
377
     #define XYZ_FRAME_HEIGHT INFO_FONT_HEIGHT + 1
378
   #endif
378
   #endif
379
 
379
 
380
-  static char xstring[5], ystring[5], zstring[7];
380
+  static char xstring[5], ystring[5], zstring[8];
381
   #if ENABLED(FILAMENT_LCD_DISPLAY)
381
   #if ENABLED(FILAMENT_LCD_DISPLAY)
382
     static char wstring[5], mstring[4];
382
     static char wstring[5], mstring[4];
383
   #endif
383
   #endif

Loading…
Cancel
Save