mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Remove (non-functional) layer number from print monitor
CURA-1940
This commit is contained in:
parent
0e557feb4b
commit
1057634e47
1 changed files with 0 additions and 6 deletions
|
@ -62,12 +62,6 @@ Column
|
||||||
property string label: catalog.i18nc("@label", "Estimated time left")
|
property string label: catalog.i18nc("@label", "Estimated time left")
|
||||||
property string value: printerConnected ? getPrettyTime(Cura.MachineManager.printerOutputDevices[0].timeTotal - Cura.MachineManager.printerOutputDevices[0].timeElapsed) : ""
|
property string value: printerConnected ? getPrettyTime(Cura.MachineManager.printerOutputDevices[0].timeTotal - Cura.MachineManager.printerOutputDevices[0].timeElapsed) : ""
|
||||||
}
|
}
|
||||||
Loader
|
|
||||||
{
|
|
||||||
sourceComponent: monitorItem
|
|
||||||
property string label: catalog.i18nc("@label", "Current Layer")
|
|
||||||
property string value: printerConnected ? "0" : ""
|
|
||||||
}
|
|
||||||
|
|
||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue