|
|
@ -149,7 +149,9 @@ void PrintCounter::stop() {
|
|
|
|
PrintCounter::debug(PSTR("stop"));
|
|
|
|
PrintCounter::debug(PSTR("stop"));
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!this->isRunning()) return;
|
|
|
|
super::stop();
|
|
|
|
super::stop();
|
|
|
|
|
|
|
|
|
|
|
|
this->data.finishedPrints++;
|
|
|
|
this->data.finishedPrints++;
|
|
|
|
this->data.printTime += this->deltaDuration();
|
|
|
|
this->data.printTime += this->deltaDuration();
|
|
|
|
this->saveStats();
|
|
|
|
this->saveStats();
|
|
|
|