Fleshing out of bedleveling action

CURA-1385
This commit is contained in:
Jaime van Kessel 2016-06-21 13:30:36 +02:00
parent 81602e9ccd
commit 924af37dff
4 changed files with 142 additions and 1 deletions

View file

@ -47,6 +47,7 @@ UM.ManagementPage
{
id: machineActionRepeater
model: Cura.MachineActionManager.getSupportedActions(Cura.MachineManager.activeDefinitionId)
Button
{
text: machineActionRepeater.model[index].label;
@ -54,6 +55,8 @@ UM.ManagementPage
}
}
Label
{
text: base.currentItem && base.currentItem.name ? base.currentItem.name : ""