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