diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 03429fb690..d6b8d416cd 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -729,7 +729,7 @@ class CuraApplication(QtApplication): self.setMainQml(Resources.getPath(self.ResourceTypes.QmlFiles, "Cura.qml")) self._qml_import_paths.append(Resources.getPath(self.ResourceTypes.QmlFiles)) - run_without_gui = self.getCommandLineOption("headless", False) or self.getCommandLineOption("headless", False) + run_without_gui = self.getCommandLineOption("headless", False) or self.getCommandLineOption("invisible", False) if not run_without_gui: self.initializeEngine()