mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fleshing out of bedleveling action
CURA-1385
This commit is contained in:
parent
81602e9ccd
commit
924af37dff
4 changed files with 142 additions and 1 deletions
|
@ -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 : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue