mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
MenuItem
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:inmenu", "Set as Active Extruder")
|
text: catalog.i18nc("@action:inmenu", "Set as Active Extruder")
|
||||||
onTriggered: Cura.MachineManager.setExtruderIndex(model.index)
|
onTriggered: Cura.ExtruderManager.setActiveExtruderIndex(model.index)
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem
|
MenuItem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue