mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:45:52 +08:00
Ensure that profile bar has no options selected if a quality_changes is active
CURA-6598
This commit is contained in:
parent
9e5082a42f
commit
8d53ee90b4
@ -128,6 +128,11 @@ Item
|
|||||||
|
|
||||||
function checkedFunction(modelItem)
|
function checkedFunction(modelItem)
|
||||||
{
|
{
|
||||||
|
if(Cura.MachineManager.hasCustomQuality)
|
||||||
|
{
|
||||||
|
// When user created profile is active, no quality tickbox should be active.
|
||||||
|
return false
|
||||||
|
}
|
||||||
return Cura.MachineManager.activeQualityType == modelItem.quality_type
|
return Cura.MachineManager.activeQualityType == modelItem.quality_type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user