mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 11:29:00 +08:00
Merge branch '4.11'
This commit is contained in:
commit
901b05d1a6
@ -39,14 +39,14 @@ TabView
|
||||
}
|
||||
if (!base.containerId || !base.editingEnabled || !base.currentMaterialNode)
|
||||
{
|
||||
return ""
|
||||
return "";
|
||||
}
|
||||
var linkedMaterials = Cura.ContainerManager.getLinkedMaterials(base.currentMaterialNode, true);
|
||||
if (linkedMaterials.length == 0)
|
||||
{
|
||||
return ""
|
||||
return "";
|
||||
}
|
||||
return linkedMaterials;
|
||||
return linkedMaterials.join(", ");
|
||||
}
|
||||
|
||||
function getApproximateDiameter(diameter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user