mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix changing active extruder from per-object drop-down
Apparently this is the way you do it. Contributes to issue CURA-340.
This commit is contained in:
parent
9e86cd5c85
commit
598ff1e398
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
onActivated: UM.ActiveTool.properties.setValue("SelectedActiveExtruder", extruders_model.getItem(index).id);
|
||||
onActivated: UM.ActiveTool.setProperty("SelectedActiveExtruder", extruders_model.getItem(index).id);
|
||||
onModelChanged: updateCurrentIndex();
|
||||
|
||||
function updateCurrentIndex()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue