diff --git a/src/octoprint/printer/standard.py b/src/octoprint/printer/standard.py index a652e6e7..c332182c 100644 --- a/src/octoprint/printer/standard.py +++ b/src/octoprint/printer/standard.py @@ -389,6 +389,7 @@ class Printer(PrinterInterface, comm.MachineComPrintCallback): self._timeEstimationData = TimeEstimationHelper(rolling_window=rolling_window, threshold=threshold, countdown=countdown) self._lastProgressReport = None + self._setProgressData(0, None, None, None) self._setCurrentZ(None) self._comm.startPrint()