Fix a small issue with estimator output when no file is selected
This commit is contained in:
parent
c194cabdcf
commit
83a08cd927
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ class Printer(PrinterInterface, comm.MachineComPrintCallback):
|
|||
"""
|
||||
|
||||
if progress is None or printTime is None or cleanedPrintTime is None:
|
||||
return None
|
||||
return None, None
|
||||
|
||||
dumbTotalPrintTime = printTime / progress
|
||||
estimatedTotalPrintTime = self._estimateTotalPrintTime(progress, cleanedPrintTime)
|
||||
|
|
|
|||
Loading…
Reference in a new issue