mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 04:08:59 +08:00
Remove extruder tabs from tabView
CURA-6036
This commit is contained in:
parent
9f52a52ea3
commit
1ac5403c21
@ -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…
x
Reference in New Issue
Block a user