mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -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
|
Label
|
||||||
{
|
{
|
||||||
id: materialLabel
|
id: materialLabel
|
||||||
text: printCoreConfiguration.activeMaterial.type + " (" + printCoreConfiguration.activeMaterial.color + ")"
|
text: printCoreConfiguration.activeMaterial.name
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
font: UM.Theme.getFont("very_small")
|
font: UM.Theme.getFont("very_small")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue