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