mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove unnecessary activeQualityName property
CURA-6846
This commit is contained in:
parent
0d554c4938
commit
61a1b61756
3 changed files with 2 additions and 10 deletions
|
@ -97,7 +97,7 @@ Item
|
|||
{
|
||||
result += " - " + Cura.MachineManager.activeIntentName
|
||||
}
|
||||
result += " - " + Cura.MachineManager.activeQualityName
|
||||
result += " - " + Cura.MachineManager.activeQualityGroup.getName()
|
||||
}
|
||||
|
||||
if (Cura.MachineManager.isActiveQualityExperimental)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue