mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
Remove 'align face to bottom' from context-menu.
part of CURA-6745
This commit is contained in:
parent
b97015a354
commit
5b48e13337
@ -26,7 +26,6 @@ Item
|
||||
|
||||
property alias deleteSelection: deleteSelectionAction;
|
||||
property alias centerSelection: centerSelectionAction;
|
||||
property alias bottomFaceSelection: bottomFaceSelectionAction;
|
||||
property alias multiplySelection: multiplySelectionAction;
|
||||
|
||||
property alias deleteObject: deleteObjectAction;
|
||||
@ -272,15 +271,6 @@ Item
|
||||
onTriggered: CuraActions.centerSelection();
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: bottomFaceSelectionAction;
|
||||
text: catalog.i18nc("@action:inmenu menubar:edit", "Align Selected Face To Bottom");
|
||||
enabled: UM.Controller.toolsEnabled && UM.Selection.hasFaceSelected;
|
||||
// iconName: "NO-ICON-YET"; // TODO?
|
||||
onTriggered: CuraActions.bottomFaceSelection();
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: multiplySelectionAction;
|
||||
|
@ -20,7 +20,6 @@ Menu
|
||||
// Selection-related actions.
|
||||
MenuItem { action: Cura.Actions.centerSelection; }
|
||||
MenuItem { action: Cura.Actions.deleteSelection; }
|
||||
MenuItem { action: Cura.Actions.bottomFaceSelection; }
|
||||
MenuItem { action: Cura.Actions.multiplySelection; }
|
||||
|
||||
// Extruder selection - only visible if there is more than 1 extruder
|
||||
|
Loading…
x
Reference in New Issue
Block a user