Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-08-11 14:29:53 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-11 14:29:53 +0300
commit55dbb1ea0c6a0c8281c4053d766e42e346d230bd (patch)
tree800be69682de3dad8a115e98b8f86c6cb5e93a12 /plugins/UM3NetworkPrinting
parente42369179fb2759466f5819d4895c642d774518d (diff)
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.
Diffstat (limited to 'plugins/UM3NetworkPrinting')
-rw-r--r--plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml
index da2acc8cf7..6416558fe7 100644
--- a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml
+++ b/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