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