diff --git a/src/octoprint/printer.py b/src/octoprint/printer.py index 5c7de08d..65daeb09 100644 --- a/src/octoprint/printer.py +++ b/src/octoprint/printer.py @@ -388,6 +388,17 @@ class Printer(): } else: self._selectedFile = None + self._stateMonitor.setJobData({ + "file": { + "name": None, + "origin": None, + "size": None, + "date": None + }, + "estimatedPrintTime": None, + "filament": None, + }) + return estimatedPrintTime = None date = None