Browse Source

Remove (non-functional) layer number from print monitor

CURA-1940
fieldOfView 8 years ago
parent
commit
1057634e47
1 changed files with 0 additions and 6 deletions
  1. 0 6
      resources/qml/PrintMonitor.qml

+ 0 - 6
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
     {