Merge branch 'main' into patch-1

This commit is contained in:
Erwan MATHIEU 2024-04-12 10:44:46 +02:00 committed by GitHub
commit 1dc6289d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ ScrollView
{ {
id: bedTemperature id: bedTemperature
containerStack: Cura.MachineManager.activeMachine containerStack: Cura.MachineManager.activeMachine
key: "material_bed_temperature" key: "material_bed_temperature_layer_0"
watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"] watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"]
storeIndex: 0 storeIndex: 0
} }

View File

@ -22,7 +22,7 @@ Item
{ {
id: extruderTemperature id: extruderTemperature
containerStackId: Cura.ExtruderManager.extruderIds[position] containerStackId: Cura.ExtruderManager.extruderIds[position]
key: "material_print_temperature" key: "material_print_temperature_layer_0"
watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"] watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"]
storeIndex: 0 storeIndex: 0
} }