mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Added completed signal to machine action, so model can notify display that it is completed
CURA-1385
This commit is contained in:
parent
181d16aad8
commit
65751d7400
4 changed files with 29 additions and 8 deletions
|
@ -11,7 +11,7 @@ import Cura 1.0 as Cura
|
|||
|
||||
|
||||
// The action items always need to be wrapped in a component.
|
||||
Component
|
||||
Cura.MachineAction
|
||||
{
|
||||
Item
|
||||
{
|
||||
|
@ -77,6 +77,7 @@ Component
|
|||
text: catalog.i18nc("@action:button","Skip bed leveling");
|
||||
onClicked:
|
||||
{
|
||||
manager.setFinished()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue