mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 20:50:37 +08:00
Adding set stage back
This commit is contained in:
parent
6666829939
commit
443e155cf7
@ -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…
x
Reference in New Issue
Block a user