CURA-4525 Fix load and save projects. Not storing build plates or object names yet.

This commit is contained in:
Jack Ha 2017-11-15 16:03:32 +01:00
parent be6561b575
commit 864f417723
4 changed files with 14 additions and 8 deletions

View file

@ -304,8 +304,8 @@ Item
Action
{
id: arrangeAllBuildPlatesAction;
text: "";
iconName: "document-open";
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models To All Build Plates");
//iconName: "document-open";
onTriggered: CuraApplication.arrangeObjectsToAllBuildPlates();
}