Merge branch 'master-wave' of https://github.com/masterhou/OctoPrint into pr/masterhou/master-wave

This commit is contained in:
Gina Häußge 2015-07-29 09:13:51 +02:00
commit a564de25f6

View file

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