mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Rename setVariantGroup() -> setVariant()
There is no such thing as VariantGroup.
This commit is contained in:
parent
4a0b3ace9e
commit
b13bfaa8e1
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Menu
|
|||
}
|
||||
exclusiveGroup: group
|
||||
onTriggered: {
|
||||
Cura.MachineManager.setVariantGroup(menu.extruderIndex, model.container_node);
|
||||
Cura.MachineManager.setVariant(menu.extruderIndex, model.container_node);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue