mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
If a machine inherits qualities, it tries to select the correct variant ID's as well
CURA-2424
This commit is contained in:
parent
b7351a56e4
commit
92389365b6
2 changed files with 4 additions and 5 deletions
|
@ -52,7 +52,7 @@ Menu
|
|||
filter:
|
||||
{
|
||||
"type": "variant",
|
||||
"definition": Cura.MachineManager.activeDefinitionId //Only show variants of this machine
|
||||
"definition": Cura.MachineManager.activeQualityDefinitionId //Only show variants of this machine
|
||||
}
|
||||
}
|
||||
MenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue