CHanged function called by bedlevel action qml

CURA-2199
This commit is contained in:
Jaime van Kessel 2016-08-29 16:35:39 +02:00
parent 70af60c5fb
commit 1ef24c9e9d

View file

@ -64,7 +64,7 @@ Cura.MachineAction
{
startBedLevelingButton.visible = false;
bedlevelingButton.visible = true;
manager.startCheck();
manager.startBedLeveling();
}
}