mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Update the single setting components to optionally update all extruders when a setting is settable per extruder or limited to extruder.
This forces all extruders to have their settings updated but only displays the value from a single extruder. CURA-9793
This commit is contained in:
parent
540d810293
commit
d7e1aa08ac
4 changed files with 41 additions and 15 deletions
|
@ -39,6 +39,7 @@ RecommendedSettingSection
|
|||
width: parent.width
|
||||
settingName: "infill_sparse_density"
|
||||
roundToNearestTen: true
|
||||
updateAllExtruders: true
|
||||
// disable slider when gradual support is enabled
|
||||
enabled: parseInt(infillSteps.properties.value) == 0
|
||||
|
||||
|
@ -58,11 +59,6 @@ RecommendedSettingSection
|
|||
{
|
||||
width: parent.width
|
||||
settingName: "infill_pattern"
|
||||
|
||||
function updateSetting(value)
|
||||
{
|
||||
Cura.MachineManager.setSettingForAllExtruders("infill_pattern", "value", value)
|
||||
}
|
||||
}
|
||||
},
|
||||
RecommendedSettingItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue