mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
LegacyUM3 now correctly gets material set
CL-541
This commit is contained in:
parent
e3d07f1806
commit
d8b12be5e4
2 changed files with 24 additions and 4 deletions
|
@ -136,7 +136,7 @@ Item
|
|||
Label //Material name.
|
||||
{
|
||||
id: materialName
|
||||
text: extruderModel.activeMaterial != null ? extruderModel.activeMaterial.name : ""
|
||||
text: extruderModel.activeMaterial != null ? extruderModel.activeMaterial.type : ""
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
anchors.left: materialColor.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue