Browse Source

Fix #9201

FILAMENT_LCD_DISPLAY can work with SDSUPPORT
pull/1/head
Scott Lahteine 7 years ago
parent
commit
e7b50c89b0
  1. 2
      Marlin/src/lcd/ultralcd_impl_DOGM.h

2
Marlin/src/lcd/ultralcd_impl_DOGM.h

@ -690,7 +690,7 @@ static void lcd_implementation_status_screen() {
// When everything is ok you see a constant 'X'.
static char xstring[5], ystring[5], zstring[7];
#if ENABLED(FILAMENT_LCD_DISPLAY) && DISABLED(SDSUPPORT)
#if ENABLED(FILAMENT_LCD_DISPLAY)
static char wstring[5], mstring[4];
#endif

Loading…
Cancel
Save