mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
When multiple linked materials are found, only display the first
CURA-6917
This commit is contained in:
parent
0b450ef9f4
commit
6e79f489e2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ TabView
|
||||||
{
|
{
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
return linkedMaterials.join(", ");
|
return linkedMaterials[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
function getApproximateDiameter(diameter)
|
function getApproximateDiameter(diameter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue