ソースを参照

Bugfix: Multiple M77 no longer increment the print counter

João Brázio 8年前
コミット
b660f1bdb8
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Marlin/printcounter.cpp

+ 2
- 0
Marlin/printcounter.cpp ファイルの表示

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

読み込み中…
キャンセル
保存