mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
CURA-10967
set property value updated to take into account if resolve is present or not.
This commit is contained in:
parent
5552b5ced3
commit
a8f7e8636c
2 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,7 @@ RecommendedSettingSection
|
|||
|
||||
settingControl: Cura.SingleSettingComboBox
|
||||
{
|
||||
id:support
|
||||
width: parent.width
|
||||
settingName: "support_structure"
|
||||
}
|
||||
|
@ -60,6 +61,7 @@ RecommendedSettingSection
|
|||
settingControl: Cura.SingleSettingExtruderSelectorBar
|
||||
{
|
||||
extruderSettingName: "support_extruder_nr"
|
||||
onSelectedIndexChanged: support.forceUpdateSettings()
|
||||
}
|
||||
},
|
||||
RecommendedSettingItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue