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

@ -43,6 +43,8 @@ class QualityProfilesModel(ListModel):
self._layer_height_unit = "" # This is cached
self._update()
def _update(self):
Logger.log("d", "Updating quality profile model ...")