mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 12:19:16 +08:00
Added more data to the print monitor screen
CURA-1068
This commit is contained in:
parent
c130d4d9cf
commit
8160f8d5e6
@ -272,6 +272,48 @@ Rectangle
|
|||||||
text: " " + Cura.MachineManager.printerOutputDevices[0].hotendTemperatures[1]
|
text: " " + Cura.MachineManager.printerOutputDevices[0].hotendTemperatures[1]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: "Bed Temperature:"
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: " " + Cura.MachineManager.printerOutputDevices[0].bedTemperature
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Spacers
|
||||||
|
Label { text: " "}
|
||||||
|
Label { text: " "}
|
||||||
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: "Printing Time:"
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: " " + Cura.MachineManager.printerOutputDevices[0].timeTotal
|
||||||
|
}
|
||||||
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: "Estimated time left:"
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: " " + (Cura.MachineManager.printerOutputDevices[0].timeTotal - Cura.MachineManager.printerOutputDevices[0].timeElapsed)
|
||||||
|
}
|
||||||
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: "Current Layer:"
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: " "
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user