mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
Don't display service prompt unless needed (#21654)
This commit is contained in:
parent
46f272b669
commit
0fe30d14a8
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ void PrintCounter::reset() {
|
|||
}
|
||||
|
||||
bool PrintCounter::needsService(const int index) {
|
||||
if (!loaded) loadStats();
|
||||
switch (index) {
|
||||
#if SERVICE_INTERVAL_1 > 0
|
||||
case 1: return data.nextService1 == 0;
|
||||
|
|
Loading…
Reference in a new issue