Skip to content

Commit

Permalink
Monitor Page Preheat values
Browse files Browse the repository at this point in the history
Change the default preheat values to the Initial Layer values.
  • Loading branch information
GregValiant committed Apr 5, 2024
1 parent 8020b9d commit 54636c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/qml/PrintMonitor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ScrollView
{
id: bedTemperature
containerStack: Cura.MachineManager.activeMachine
key: "material_bed_temperature"
key: "material_bed_temperature_layer_0"
watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"]
storeIndex: 0
}
Expand Down
2 changes: 1 addition & 1 deletion resources/qml/PrinterOutput/ExtruderBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Item
{
id: extruderTemperature
containerStackId: Cura.ExtruderManager.extruderIds[position]
key: "material_print_temperature"
key: "material_print_temperature_layer_0"
watchedProperties: ["value", "minimum_value", "maximum_value", "resolve"]
storeIndex: 0
}
Expand Down

0 comments on commit 54636c3

Please sign in to comment.