Update samples

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-06-17 10:21:02 +12:00
parent bfaec5c04e
commit 77e5d6e3a5
136 changed files with 5270 additions and 5814 deletions

View File

@ -181,13 +181,13 @@ wallMountL = 8
bracket = startSketchOn(XY)
|> startProfile(at = [0, 0])
|> line(end = [0, wallMountL])
|> tangentialArc(radius = filletR, angle = 90 )
|> tangentialArc(radius = filletR, angle = 90deg )
|> line(end = [-shelfMountL, 0])
|> line(end = [0, -thickness])
|> line(end = [shelfMountL, 0])
|> tangentialArc(
radius = filletR - thickness,
angle = -90,
angle = -90deg,
)
|> line(end = [0, -wallMountL])
|> close()