Ver código fonte

Bugfix: Multiple M77 no longer increment the print counter

João Brázio 8 anos atrás
pai
commit
b660f1bdb8
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      Marlin/printcounter.cpp

+ 2
- 0
Marlin/printcounter.cpp Ver arquivo

@@ -149,7 +149,9 @@ void PrintCounter::stop() {
149 149
     PrintCounter::debug(PSTR("stop"));
150 150
   #endif
151 151
 
152
+  if (!this->isRunning()) return;
152 153
   super::stop();
154
+
153 155
   this->data.finishedPrints++;
154 156
   this->data.printTime += this->deltaDuration();
155 157
   this->saveStats();

Carregando…
Cancelar
Salvar