0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00
FILAMENT_LCD_DISPLAY and SDSUPPORT are a-ok together.
This commit is contained in:
Scott Lahteine 2018-02-14 03:27:05 -06:00
parent c93dab2307
commit e2fef4df6f

View file

@ -677,7 +677,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