mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Set the depends_on property for resolve to value
CURA-2900
This commit is contained in:
parent
381589a927
commit
174990ba9d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
# For settings which are not settable_per_mesh and not settable_per_extruder:
|
||||
# A function which determines the glabel/meshgroup value by looking at the values of the setting in all (used) extruders
|
||||
SettingDefinition.addSupportedProperty("resolve", DefinitionPropertyType.Function, default = None)
|
||||
SettingDefinition.addSupportedProperty("resolve", DefinitionPropertyType.Function, default = None, depends_on = "value")
|
||||
|
||||
SettingDefinition.addSettingType("extruder", None, str, Validator)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue