mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -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
|
@ -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 ...")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue