mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:35:56 +08:00
Remove old extruder monitoring code
It has been replaced by these fancy new boxes. Contributes to issue CURA-3161.
This commit is contained in:
parent
a6c244f969
commit
1305dd88d7
@ -149,21 +149,6 @@ Column
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader
|
|
||||||
{
|
|
||||||
sourceComponent: monitorSection
|
|
||||||
property string label: catalog.i18nc("@label", "Temperatures")
|
|
||||||
}
|
|
||||||
Repeater
|
|
||||||
{
|
|
||||||
model: machineExtruderCount.properties.value
|
|
||||||
delegate: Loader
|
|
||||||
{
|
|
||||||
sourceComponent: monitorItem
|
|
||||||
property string label: machineExtruderCount.properties.value > 1 ? extrudersModel.getItem(index).name : catalog.i18nc("@label", "Hotend")
|
|
||||||
property string value: printerConnected ? Math.round(connectedPrinter.hotendTemperatures[index]) + "°C" : ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: machineHeatedBed.properties.value == "True" ? 1 : 0
|
model: machineHeatedBed.properties.value == "True" ? 1 : 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user