mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add clarifying comment about why something is added at index 5>
CURA-8683
This commit is contained in:
parent
59479ee223
commit
94c71704db
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ Menu
|
|||
onTriggered: CuraActions.setExtruderForSelection(model.id)
|
||||
shortcut: "Ctrl+" + (model.index + 1)
|
||||
}
|
||||
// Add it to the fifth position (and above) as we want it to be added after the extruder header.
|
||||
onObjectAdded: base.insertItem(index + 5, object)
|
||||
onObjectRemoved: base.removeItem(object)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue