mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Cluster monitor now uses material name
This matches better with what Cura does. CL-541
This commit is contained in:
parent
5d3779da26
commit
6f495f2d8b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Item
|
|||
Label
|
||||
{
|
||||
id: materialLabel
|
||||
text: printCoreConfiguration.activeMaterial.type + " (" + printCoreConfiguration.activeMaterial.color + ")"
|
||||
text: printCoreConfiguration.activeMaterial.name
|
||||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
font: UM.Theme.getFont("very_small")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue