mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Merge branch '4.7'
This commit is contained in:
commit
c49056f319
2 changed files with 4 additions and 4 deletions
|
|
@ -1212,7 +1212,6 @@ class MachineManager(QObject):
|
||||||
return
|
return
|
||||||
|
|
||||||
if not available_quality_types:
|
if not available_quality_types:
|
||||||
if global_stack.qualityChanges == empty_quality_changes_container:
|
|
||||||
Logger.log("i", "No available quality types found, setting all qualities to empty (Not Supported).")
|
Logger.log("i", "No available quality types found, setting all qualities to empty (Not Supported).")
|
||||||
self._setEmptyQuality()
|
self._setEmptyQuality()
|
||||||
return
|
return
|
||||||
|
|
|
||||||
|
|
@ -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