Add SettingPropertyProvider for machineExtruderCount here too

It's not necessary, but this keeps it more localised.

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

View file

@ -480,6 +480,14 @@ Column
property var resolve: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId ? properties.resolve : "None"
}
UM.SettingPropertyProvider
{
id: machineExtruderCount
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_extruder_count"
watchedProperties: ["value"]
}
Loader
{
sourceComponent: monitorSection