Show filament width sensor values in LCD constantly if SD card support is not enabled.
This commit is contained in:
parent
d8724bb546
commit
d38b1bc4b1
5 changed files with 45 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue