mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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 linkedMaterials.join(", ");
|
||||
return linkedMaterials[0];
|
||||
}
|
||||
|
||||
function getApproximateDiameter(diameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue