From 3b12686b83e1a801dcdb1bef04795206d86abb4b Mon Sep 17 00:00:00 2001 From: Mike Molinari Date: Sat, 26 Mar 2022 07:12:33 +0000 Subject: [PATCH] Removed constraints section from toolbar in sketcher. Moved mirror command to the 2d geometry creation area. --- web/app/cad/sketch/sketcherUIContrib.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app/cad/sketch/sketcherUIContrib.ts b/web/app/cad/sketch/sketcherUIContrib.ts index 47c2bb0c..e1f815ca 100644 --- a/web/app/cad/sketch/sketcherUIContrib.ts +++ b/web/app/cad/sketch/sketcherUIContrib.ts @@ -26,12 +26,13 @@ export default function (ctx: ApplicationContext) { [ ...objectToolActions.map(a => toSketcherActionId(a.id)), toSketcherActionId('Offset'), + toSketcherActionId('MirrorStart'), ], '-', measureActions.map(a => toSketcherActionId(a.id)), '-', - constraintGlobalActions.map(a => toSketcherActionId(a.id)), - '-', + //constraintGlobalActions.map(a => toSketcherActionId(a.id)), + //'-', ['LookAtFace'], '-', ['sketchOpenInTab']