mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Move removeMaterial to MaterialManagementModel
Moving away from the MaterialManager. Contributes to issue CURA-6600.
This commit is contained in:
parent
99ccddefa4
commit
3dc7c7b61c
4 changed files with 21 additions and 4 deletions
|
@ -565,7 +565,7 @@ TabView
|
|||
}
|
||||
|
||||
// update the values
|
||||
base.materialManagement.setMaterialName(base.currentMaterialNode, new_name)
|
||||
materialManagement.setMaterialName(base.currentMaterialNode, new_name)
|
||||
properties.name = new_name
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue