diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 2a96cc9ab3..2aa49e44ff 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -138,7 +138,7 @@ class CuraApplication(QtApplication): # 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: # 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: # A function which determines the glabel/meshgroup value by looking at the values of the setting in all (used) extruders