mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 19:18:58 +08: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
@ -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…
x
Reference in New Issue
Block a user