Add icon to settings that can only be set globally (for all extruders)

CURA-1758
This commit is contained in:
fieldOfView 2016-07-18 13:20:37 +02:00
parent 97b3dd8f70
commit 7302baa7da
5 changed files with 67 additions and 10367 deletions

View file

@ -95,7 +95,7 @@ ScrollView
containerStackId: ExtruderManager.activeExtruderStackId ? ExtruderManager.activeExtruderStackId : Cura.MachineManager.activeMachineId
key: model.key ? model.key : ""
watchedProperties: [ "value", "enabled", "state", "validationState" ]
watchedProperties: [ "value", "enabled", "state", "validationState", "settable_per_extruder" ]
storeIndex: 0
}