CURA-4606 ensure startup order for machine manager before build volume to prevent errors there

This commit is contained in:
Jack Ha 2018-02-20 16:04:41 +01:00
parent c56b3bc7bd
commit b96d49c010
3 changed files with 17 additions and 12 deletions

View file

@ -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()