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:
@ -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({
|
||||
|
Reference in New Issue
Block a user