diff --git a/resources/qml/PrintMonitor.qml b/resources/qml/PrintMonitor.qml index c8f56a5b98..ba2f3f822c 100644 --- a/resources/qml/PrintMonitor.qml +++ b/resources/qml/PrintMonitor.qml @@ -62,12 +62,6 @@ Column property string label: catalog.i18nc("@label", "Estimated time left") 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 {