Show filament width sensor values in LCD constantly if SD card support is not enabled.

This commit is contained in:
Remo Kallio
2016-12-27 22:38:36 +02:00
committed by Scott Lahteine
parent d8724bb546
commit d38b1bc4b1
5 changed files with 45 additions and 18 deletions

View File

@ -93,7 +93,7 @@
#endif
#if ENABLED(FILAMENT_LCD_DISPLAY)
#if ENABLED(FILAMENT_LCD_DISPLAY) && ENABLED(SDSUPPORT)
extern millis_t previous_lcd_status_ms;
#endif