mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Disabled duplicate material, because it has a lot of issues.
CURA-1969.
This commit is contained in:
parent
329a3dce00
commit
dc6d415cf5
1 changed files with 3 additions and 1 deletions
|
@ -67,6 +67,8 @@ UM.ManagementPage
|
|||
enabled: base.currentItem != null && base.currentItem.id != Cura.MachineManager.activeMaterialId
|
||||
onClicked: Cura.MachineManager.setActiveMaterial(base.currentItem.id)
|
||||
},
|
||||
/*
|
||||
// disabled because it has a lot of issues
|
||||
Button
|
||||
{
|
||||
text: catalog.i18nc("@action:button", "Duplicate");
|
||||
|
@ -89,7 +91,7 @@ UM.ManagementPage
|
|||
|
||||
Cura.MachineManager.setActiveMaterial(material_id)
|
||||
}
|
||||
},
|
||||
}, */
|
||||
Button
|
||||
{
|
||||
text: catalog.i18nc("@action:button", "Remove");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue