mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Remove extruder tabs from tabView
CURA-6036
This commit is contained in:
parent
9f52a52ea3
commit
1ac5403c21
1 changed files with 11 additions and 0 deletions
|
@ -348,6 +348,17 @@ Cura.MachineAction
|
|||
id: extruderTabsRepeater
|
||||
model: base.extrudersModel
|
||||
|
||||
|
||||
onItemAdded:
|
||||
{
|
||||
settingsTabs.addTab(index + 1, item)
|
||||
}
|
||||
|
||||
onItemRemoved:
|
||||
{
|
||||
settingsTabs.removeTab(index + 1)
|
||||
}
|
||||
|
||||
Tab
|
||||
{
|
||||
title: model.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue