Sfoglia il codice sorgente

Don't display service prompt unless needed (#21654)

Jim Hyslop 3 anni fa
parent
commit
0fe30d14a8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      Marlin/src/module/printcounter.cpp

+ 1
- 0
Marlin/src/module/printcounter.cpp Vedi File

@@ -319,6 +319,7 @@ void PrintCounter::reset() {
319 319
   }
320 320
 
321 321
   bool PrintCounter::needsService(const int index) {
322
+    if (!loaded) loadStats();
322 323
     switch (index) {
323 324
       #if SERVICE_INTERVAL_1 > 0
324 325
         case 1: return data.nextService1 == 0;

Loading…
Annulla
Salva