mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
CURA-4525 Fix load and save projects. Not storing build plates or object names yet.
This commit is contained in:
parent
be6561b575
commit
864f417723
4 changed files with 14 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue