mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
Removed constraints section from toolbar in sketcher. Moved mirror command to the 2d geometry creation area.
This commit is contained in:
parent
25e1000856
commit
3b12686b83
1 changed files with 3 additions and 2 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue