Просмотр исходного кода

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

Jim Hyslop 3 лет назад
Родитель
Сommit
0fe30d14a8
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      Marlin/src/module/printcounter.cpp

+ 1
- 0
Marlin/src/module/printcounter.cpp Просмотреть файл

@@ -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;

Загрузка…
Отмена
Сохранить