mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -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)
|
||||
if not run_without_gui:
|
||||
self.initializeEngine()
|
||||
controller.setActiveStage("PrepareStage")
|
||||
|
||||
if run_without_gui or self._engine.rootObjects:
|
||||
self.closeSplash()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue