Added label property to XML profile (as per 1.2 spec)

CURA-1968
This commit is contained in:
Jaime van Kessel 2016-08-24 15:50:12 +02:00
parent aa28ecca37
commit a904067d7a
2 changed files with 10 additions and 2 deletions

View file

@ -282,7 +282,6 @@ UM.ManagementPage
{
return
}
materialProperties.name = currentItem.name;
if(currentItem.metadata != undefined && currentItem.metadata != null)
@ -305,6 +304,7 @@ UM.ManagementPage
materialProperties.density = 0.0;
materialProperties.diameter = 0.0;
}
}
}
}