mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Revert "Ignore per-meshgroup settings in per object stack"
CURA-5767
This reverts commit 54afa799c5
.
This commit is contained in:
parent
54afa799c5
commit
39158a643c
2 changed files with 2 additions and 18 deletions
|
@ -135,7 +135,7 @@ class ThreeMFReader(MeshReader):
|
|||
definition_id = getMachineDefinitionIDForQualitySearch(global_container_stack.definition)
|
||||
um_node.callDecoration("getStack").getTop().setDefinition(definition_id)
|
||||
|
||||
setting_container = um_node.callDecoration("getStack")
|
||||
setting_container = um_node.callDecoration("getStack").getTop()
|
||||
|
||||
for key in settings:
|
||||
setting_value = settings[key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue