Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Actions.qml')
-rw-r--r--resources/qml/Actions.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml
index 90d1d549e2..d50fb8e825 100644
--- a/resources/qml/Actions.qml
+++ b/resources/qml/Actions.qml
@@ -40,7 +40,6 @@ Item
property alias selectAll: selectAllAction
property alias deleteAll: deleteAllAction
property alias reloadAll: reloadAllAction
- property alias arrangeAllBuildPlates: arrangeAllBuildPlatesAction
property alias arrangeAll: arrangeAllAction
property alias arrangeSelection: arrangeSelectionAction
property alias resetAllTranslation: resetAllTranslationAction
@@ -409,13 +408,6 @@ Item
Action
{
- id: arrangeAllBuildPlatesAction
- text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models To All Build Plates")
- onTriggered: Printer.arrangeObjectsToAllBuildPlates()
- }
-
- Action
- {
id: arrangeAllAction
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models")
onTriggered: Printer.arrangeAll()