Added machine type to load menu

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-16 10:38:30 +01:00
parent 2be773c9a3
commit a7135a0f5f
3 changed files with 43 additions and 0 deletions

View file

@ -82,6 +82,21 @@ UM.Dialog
text: catalog.i18nc("@action:label", "Printer settings")
font.bold: true
}
Row
{
width: parent.width
height: childrenRect.height
Label
{
text: catalog.i18nc("@action:label", "Type")
width: parent.width / 3
}
Label
{
text: manager.machineType
width: parent.width / 3
}
}
Row
{