mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Adding set stage back
This commit is contained in:
parent
6666829939
commit
443e155cf7
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ class CuraApplication(QtApplication):
|
||||||
run_without_gui = self.getCommandLineOption("headless", False) or self.getCommandLineOption("invisible", False)
|
run_without_gui = self.getCommandLineOption("headless", False) or self.getCommandLineOption("invisible", False)
|
||||||
if not run_without_gui:
|
if not run_without_gui:
|
||||||
self.initializeEngine()
|
self.initializeEngine()
|
||||||
|
controller.setActiveStage("PrepareStage")
|
||||||
|
|
||||||
if run_without_gui or self._engine.rootObjects:
|
if run_without_gui or self._engine.rootObjects:
|
||||||
self.closeSplash()
|
self.closeSplash()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue