瀏覽代碼

Tweak spacing in printcounter.cpp

Scott Lahteine 8 年之前
父節點
當前提交
fa9b2a925d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/printcounter.cpp

+ 1
- 1
Marlin/printcounter.cpp 查看文件

@@ -88,7 +88,7 @@ void PrintCounter::showStats() {
88 88
   SERIAL_ECHO(this->data.totalPrints - this->data.finishedPrints
89 89
     - ((this->isRunning() || this->isPaused()) ? 1 : 0)); // Removes 1 from failures with an active counter
90 90
 
91
-  uint32_t t = this->data.printTime /60;
91
+  uint32_t t = this->data.printTime / 60;
92 92
   SERIAL_ECHOPGM(", Total print time: ");
93 93
   SERIAL_ECHO(t / 60);
94 94
 

Loading…
取消
儲存