mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
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.
This commit is contained in:
parent
e42369179f
commit
55dbb1ea0c
1 changed files with 2 additions and 1 deletions
|
@ -282,12 +282,13 @@ Item
|
||||||
enabled: !cameraButton.enabled
|
enabled: !cameraButton.enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* //Warning message is commented out because it's factually incorrect. Fix CURA-7637 to allow camera connections via cloud.
|
||||||
MonitorInfoBlurb
|
MonitorInfoBlurb
|
||||||
{
|
{
|
||||||
id: cameraDisabledInfo
|
id: cameraDisabledInfo
|
||||||
text: catalog.i18nc("@info", "The webcam is not available because you are monitoring a cloud printer.")
|
text: catalog.i18nc("@info", "The webcam is not available because you are monitoring a cloud printer.")
|
||||||
target: cameraButton
|
target: cameraButton
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// Divider
|
// Divider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue