fixing onboarding bracket with fillet changes (#2069)

* fixing fillet changes

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)

* Trigger CI with empty commit

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)

* Rerun CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Frank Noirot <frank@kittycad.io>
This commit is contained in:
Josh Gomez
2024-04-11 11:15:48 -07:00
committed by GitHub
parent 704ff0df62
commit f3ea7fd0e2
7 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ const bracket = startSketchOn('XY')
|> extrude(width, %)
|> fillet({
radius: filletR,
tags: [getNextAdjacentEdge('innerEdge', %)]
tags: [getPreviousAdjacentEdge('innerEdge', %)]
}, %)
|> fillet({
radius: filletR + thickness,
tags: [getNextAdjacentEdge('outerEdge', %)]
tags: [getPreviousAdjacentEdge('outerEdge', %)]
}, %)`
function findLineInExampleCode({