Remove old arranger code

Major vesion upgrade, time to clean some stuff up!

CURA-7810
This commit is contained in:
Jaime van Kessel 2022-03-24 13:35:37 +01:00
parent 4d02894582
commit e925f07aad
5 changed files with 0 additions and 813 deletions

View file

@ -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
@ -407,13 +406,6 @@ Item
onTriggered: CuraApplication.reloadAll()
}
Action
{
id: arrangeAllBuildPlatesAction
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models To All Build Plates")
onTriggered: Printer.arrangeObjectsToAllBuildPlates()
}
Action
{
id: arrangeAllAction