mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Moving setActiveStage("PrepareStage") to initializeEngine() in UM
This commit is contained in:
parent
3e775f71fd
commit
c62b04089f
1 changed files with 0 additions and 1 deletions
|
@ -729,7 +729,6 @@ class CuraApplication(QtApplication):
|
||||||
run_headless = self.getCommandLineOption("headless", False)
|
run_headless = self.getCommandLineOption("headless", False)
|
||||||
if not run_headless:
|
if not run_headless:
|
||||||
self.initializeEngine()
|
self.initializeEngine()
|
||||||
controller.setActiveStage("PrepareStage")
|
|
||||||
|
|
||||||
if run_headless or self._engine.rootObjects:
|
if run_headless or self._engine.rootObjects:
|
||||||
self.closeSplash()
|
self.closeSplash()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue