Use IS_SD_PRINTING() more
This commit is contained in:
parent
4dbaa6369f
commit
488a17b3f5
7 changed files with 11 additions and 10 deletions
|
|
@ -432,7 +432,7 @@ void lcd_reset_status() {
|
|||
if (print_job_timer.isPaused())
|
||||
msg = paused;
|
||||
#if ENABLED(SDSUPPORT)
|
||||
else if (card.sdprinting)
|
||||
else if (IS_SD_PRINTING())
|
||||
return lcd_setstatus(card.longest_filename(), true);
|
||||
#endif
|
||||
else if (print_job_timer.isRunning())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue