From 1c87c17d770a2eac3a13291b4ca5b5b62022263e Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 22 Aug 2016 18:45:18 +0200 Subject: [PATCH] Fix MachineSettingsAction after CURA-2006 --- .../MachineSettingsAction.qml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/MachineSettingsAction/MachineSettingsAction.qml b/plugins/MachineSettingsAction/MachineSettingsAction.qml index fd7bb58e97..3c1839e07f 100644 --- a/plugins/MachineSettingsAction/MachineSettingsAction.qml +++ b/plugins/MachineSettingsAction/MachineSettingsAction.qml @@ -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 } } \ No newline at end of file