mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added label property to XML profile (as per 1.2 spec)
CURA-1968
This commit is contained in:
parent
aa28ecca37
commit
a904067d7a
2 changed files with 10 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue