mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 07:45:56 +08: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
@ -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…
x
Reference in New Issue
Block a user