mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix call to non-existing function
This commit is contained in:
parent
f2fbb4e989
commit
c7c57c167c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Menu
|
|||
MenuItem
|
||||
{
|
||||
text: catalog.i18nc("@action:inmenu", "Set as Active Extruder")
|
||||
onTriggered: Cura.MachineManager.setExtruderIndex(model.index)
|
||||
onTriggered: Cura.ExtruderManager.setActiveExtruderIndex(model.index)
|
||||
}
|
||||
|
||||
MenuItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue