diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 5380eaf7ca..5c5a1cdc9d 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -424,6 +424,10 @@ UM.MainWindow visible: base.monitoringPrint onVisibleChanged: { + if(Cura.MachineManager.printerOutputDevices.length == 0 ) + { + return; + } if(visible) { Cura.MachineManager.printerOutputDevices[0].startCamera()