Tweak spacing in printcounter.cpp
This commit is contained in:
parent
dbfc87cdcf
commit
fa9b2a925d
@ -88,7 +88,7 @@ void PrintCounter::showStats() {
|
|||||||
SERIAL_ECHO(this->data.totalPrints - this->data.finishedPrints
|
SERIAL_ECHO(this->data.totalPrints - this->data.finishedPrints
|
||||||
- ((this->isRunning() || this->isPaused()) ? 1 : 0)); // Removes 1 from failures with an active counter
|
- ((this->isRunning() || this->isPaused()) ? 1 : 0)); // Removes 1 from failures with an active counter
|
||||||
|
|
||||||
uint32_t t = this->data.printTime /60;
|
uint32_t t = this->data.printTime / 60;
|
||||||
SERIAL_ECHOPGM(", Total print time: ");
|
SERIAL_ECHOPGM(", Total print time: ");
|
||||||
SERIAL_ECHO(t / 60);
|
SERIAL_ECHO(t / 60);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user