Remove unnecessary watched properties from machineExtruderCount

Since we don't change the colour of the input box right now, we won't need the warning values.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-13 09:38:02 +01:00
parent c2c61c4331
commit 40f32449c6
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -474,7 +474,7 @@ Column
id: bedTemperature
containerStackId: Cura.MachineManager.activeMachineId
key: "material_bed_temperature"
watchedProperties: ["value", "minimum_value", "maximum_value", "minimum_value_warning", "maximum_value_warning", "resolve"]
watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"]
storeIndex: 0
property var resolve: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId ? properties.resolve : "None"