Browse Source

Temporarily remove warning message for cloud cameras

It's incorrect; the camera is possible with development firmware, but not implemented yet in Cura.

Removed this in lieu of the actual fix in CURA-7637, which takes too much time to fix for the 4.7 release.
Ghostkeeper 4 years ago
parent
commit
55dbb1ea0c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml

+ 2 - 1
plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml

@@ -282,12 +282,13 @@ Item
             enabled: !cameraButton.enabled
         }
 
+        /* //Warning message is commented out because it's factually incorrect. Fix CURA-7637 to allow camera connections via cloud.
         MonitorInfoBlurb
         {
             id: cameraDisabledInfo
             text: catalog.i18nc("@info", "The webcam is not available because you are monitoring a cloud printer.")
             target: cameraButton
-        }
+        }*/
     }
 
     // Divider