|
@@ -119,7 +119,7 @@ class IntentModel(ListModel):
|
|
|
# Get layer_height from the quality profile for the GlobalStack
|
|
|
if quality_group.node_for_global is None:
|
|
|
return float(default_layer_height)
|
|
|
- container = quality_group.node_for_global.getContainer()
|
|
|
+ container = quality_group.node_for_global.container
|
|
|
|
|
|
layer_height = default_layer_height
|
|
|
if container and container.hasProperty("layer_height", "value"):
|