mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:59:02 +08:00
Reset quality if none was found
CURA-7589
This commit is contained in:
parent
eb17e146bc
commit
724498cba7
@ -1212,9 +1212,8 @@ 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
|
||||||
|
|
||||||
if current_quality_type in available_quality_types:
|
if current_quality_type in available_quality_types:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user