mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:56:01 +08:00
Make limit_to_extruder update properly when value changes happen
Contributes to CURA-3738
This commit is contained in:
parent
b16913ec3d
commit
89adc46142
@ -138,7 +138,7 @@ class CuraApplication(QtApplication):
|
|||||||
# From which stack the setting would inherit if not defined per object (handled in the engine)
|
# From which stack the setting would inherit if not defined per object (handled in the engine)
|
||||||
# AND for settings which are not settable_per_mesh:
|
# AND for settings which are not settable_per_mesh:
|
||||||
# which extruder is the only extruder this setting is obtained from
|
# which extruder is the only extruder this setting is obtained from
|
||||||
SettingDefinition.addSupportedProperty("limit_to_extruder", DefinitionPropertyType.Function, default = "-1")
|
SettingDefinition.addSupportedProperty("limit_to_extruder", DefinitionPropertyType.Function, default = "-1", depends_on = "value")
|
||||||
|
|
||||||
# For settings which are not settable_per_mesh and not settable_per_extruder:
|
# 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
|
# A function which determines the glabel/meshgroup value by looking at the values of the setting in all (used) extruders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user