mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 09:25:56 +08:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
1dc6289d89
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user