mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
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:
parent
c2c61c4331
commit
40f32449c6
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ Column
|
||||||
id: bedTemperature
|
id: bedTemperature
|
||||||
containerStackId: Cura.MachineManager.activeMachineId
|
containerStackId: Cura.MachineManager.activeMachineId
|
||||||
key: "material_bed_temperature"
|
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
|
storeIndex: 0
|
||||||
|
|
||||||
property var resolve: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId ? properties.resolve : "None"
|
property var resolve: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId ? properties.resolve : "None"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue