mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
getting id of definition when none was found no longer causes exception
CURA-1278
This commit is contained in:
parent
f24b56dc85
commit
6d25d21126
3 changed files with 6 additions and 7 deletions
|
@ -149,7 +149,7 @@ Item
|
|||
filter:
|
||||
{
|
||||
"type": "variant",
|
||||
"definition": Cura.MachineManager.activeMachineDefinitionId //Only show variants of this machine
|
||||
"definition": Cura.MachineManager.activeDefinitionId //Only show variants of this machine
|
||||
}
|
||||
}
|
||||
MenuItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue