mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Rename setSelectionExtruder to setExtruderForSelection
This matches more closely with the naming of the other selection actions.
This commit is contained in:
parent
e571b8aeac
commit
78603bed63
2 changed files with 5 additions and 2 deletions
|
@ -32,7 +32,7 @@ Menu
|
|||
enabled: UM.Selection.hasSelection
|
||||
checkable: true
|
||||
checked: ExtruderManager.selectedObjectExtruders.indexOf(model.id) != -1
|
||||
onTriggered: CuraActions.setSelectionExtruder(model.id)
|
||||
onTriggered: CuraActions.setExtruderForSelection(model.id)
|
||||
shortcut: "Ctrl+" + (model.index + 1)
|
||||
}
|
||||
onObjectAdded: base.insertItem(base.findItemIndex(extruderHeader) + index, object)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue