mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Added activeExtruder stack to machineManager model
CURA-340
This commit is contained in:
parent
c79b7bdd7a
commit
1e44abb9be
2 changed files with 27 additions and 5 deletions
|
@ -108,7 +108,11 @@ Item
|
|||
exclusiveGroup: extruderMenuGroup;
|
||||
checkable: true;
|
||||
checked: base.currentExtruderIndex == index
|
||||
onClicked: base.currentExtruderIndex = index
|
||||
onClicked:
|
||||
{
|
||||
base.currentExtruderIndex = index
|
||||
Cura.MachineManager.setActiveExtruderIndex(index)
|
||||
}
|
||||
|
||||
style: ButtonStyle {
|
||||
background: Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue