mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Fix MachineSettingsAction after CURA-2006
This commit is contained in:
parent
9981cfbf6a
commit
1c87c17d77
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue