From bcfbf113a4ea72e1245051ff715fd20e45bf9361 Mon Sep 17 00:00:00 2001 From: Mike Molinari Date: Tue, 8 Nov 2022 01:40:19 +0000 Subject: [PATCH] Re-order tool bar --- modules/workbenches/modeler/index.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/workbenches/modeler/index.ts b/modules/workbenches/modeler/index.ts index 371a6723..815fdec8 100644 --- a/modules/workbenches/modeler/index.ts +++ b/modules/workbenches/modeler/index.ts @@ -69,7 +69,9 @@ export const ModelerWorkspace: WorkbenchConfig = { "EXTRUDE", "CUT", "REVOLVE", "LOFT", "SWEEP", "-", - "BOOLEAN", "UNION", "SUBTRACT", "INTERSECT", "-", + //"BOOLEAN", + + "UNION", "SUBTRACT", "INTERSECT", "-", "SHELL_TOOL", "FILLET_TOOL", "SCALE_BODY", "DEFEATURE_REMOVE_FACE", "-", @@ -77,9 +79,9 @@ export const ModelerWorkspace: WorkbenchConfig = { "CYLINDER", "BOX", "CONE", "SPHERE", "TORUS", "-", - "HOLE_TOOL", "-", 'GET_INFO', "IMPORT_MODEL", "DELETE_BODY", "-", + "HOLE_TOOL", "-", "IMPORT_MODEL", "DELETE_BODY", "-", - "WIRE_LINE", 'EXPORT_BREP', + "WIRE_LINE", 'EXPORT_BREP', 'GET_INFO', ] }, icon: GiCubes