mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Always show custom qualities
CURA-6882
This commit is contained in:
parent
4cb59b5454
commit
8f66809159
2 changed files with 8 additions and 8 deletions
|
@ -110,6 +110,11 @@ Item
|
|||
resultSuffix += " (Experimental)"
|
||||
}
|
||||
|
||||
if (Cura.MachineManager.isActiveQualityCustom)
|
||||
{
|
||||
result = resultMain
|
||||
}
|
||||
|
||||
if (Cura.MachineManager.isActiveQualitySupported)
|
||||
{
|
||||
if (Cura.MachineManager.activeQualityLayerHeight > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue