Show filament width sensor values in LCD constantly if SD card support is not enabled.
This commit is contained in:
committed by
Scott Lahteine
parent
d8724bb546
commit
d38b1bc4b1
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user