mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CHanged function called by bedlevel action qml
CURA-2199
This commit is contained in:
parent
70af60c5fb
commit
1ef24c9e9d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Cura.MachineAction
|
||||||
{
|
{
|
||||||
startBedLevelingButton.visible = false;
|
startBedLevelingButton.visible = false;
|
||||||
bedlevelingButton.visible = true;
|
bedlevelingButton.visible = true;
|
||||||
manager.startCheck();
|
manager.startBedLeveling();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue