mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CURA-4606 ensure startup order for machine manager before build volume to prevent errors there
This commit is contained in:
parent
c56b3bc7bd
commit
b96d49c010
3 changed files with 17 additions and 12 deletions
|
@ -754,6 +754,8 @@ class CuraApplication(QtApplication):
|
|||
self._quality_manager = QualityManager(container_registry)
|
||||
self._quality_manager.initialize()
|
||||
|
||||
self.getMachineManager() # ensure creation of machine manager
|
||||
|
||||
# Check if we should run as single instance or not
|
||||
self._setUpSingleInstanceServer()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue