mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:55:57 +08:00
Properly implement "set as active extruder" menu entry
Contributes to CURA-2006
This commit is contained in:
parent
aa8561fec7
commit
4de4053490
@ -150,7 +150,7 @@ UM.MainWindow
|
||||
|
||||
MenuSeparator { }
|
||||
|
||||
MenuItem { text: "Set as Active Extruder" }
|
||||
MenuItem { text: catalog.i18nc("@action:inmenu", "Set as Active Extruder"); onTriggered: Cura.ExtruderManager.setActiveExtruderIndex(model.index) }
|
||||
}
|
||||
onObjectAdded: settingsMenu.insertItem(index, object)
|
||||
onObjectRemoved: settingsMenu.removeItem(object)
|
||||
|
Loading…
x
Reference in New Issue
Block a user