mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
When multiple linked materials are found, only display the first
CURA-6917
This commit is contained in:
parent
0b450ef9f4
commit
6e79f489e2
@ -46,7 +46,7 @@ TabView
|
||||
{
|
||||
return ""
|
||||
}
|
||||
return linkedMaterials.join(", ");
|
||||
return linkedMaterials[0];
|
||||
}
|
||||
|
||||
function getApproximateDiameter(diameter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user