mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
propertyvalue update was not successful because of _remove_unused_value in propertyProvider
CURA-10967
This commit is contained in:
parent
51bc2a8c63
commit
ebf58aa972
2 changed files with 3 additions and 4 deletions
|
@ -23,7 +23,6 @@ RecommendedSettingSection
|
|||
function onEnableSectionChanged(state)
|
||||
{
|
||||
supportEnabled.setPropertyValue("value", state)
|
||||
support.updateAllExtruders = true
|
||||
}
|
||||
|
||||
property UM.SettingPropertyProvider supportEnabled: UM.SettingPropertyProvider
|
||||
|
@ -47,6 +46,7 @@ RecommendedSettingSection
|
|||
id:support
|
||||
width: parent.width
|
||||
settingName: "support_structure"
|
||||
propertyRemoveUnusedValue: false
|
||||
}
|
||||
},
|
||||
RecommendedSettingItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue