Merge pull request #18828 from GregValiant/Monitor-Pre-Heat-default-values

Monitor Page Preheat values
This commit is contained in:
Saumya Jain 2024-04-12 10:34:07 +02:00 committed by GitHub
commit 344221a083
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
} }