Fix MachineSettingsAction after CURA-2006

This commit is contained in:
fieldOfView 2016-08-22 18:45:18 +02:00
parent 9981cfbf6a
commit 1c87c17d77

View file

@ -369,7 +369,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_width"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -379,7 +379,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_depth"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -389,7 +389,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_height"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -399,7 +399,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_heated_bed"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -409,7 +409,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_center_is_zero"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -419,7 +419,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_gcode_flavor"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -429,7 +429,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_nozzle_size"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -439,7 +439,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "gantry_height"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -449,7 +449,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_head_with_fans_polygon"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
@ -460,7 +460,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_start_gcode"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
UM.SettingPropertyProvider
@ -470,7 +470,7 @@ Cura.MachineAction
containerStackId: Cura.MachineManager.activeMachineId
key: "machine_end_gcode"
watchedProperties: [ "value" ]
storeIndex: 3
storeIndex: 4
}
}