More units of measure work

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-09 07:51:15 +12:00
parent a63e51e2ad
commit 1b7126b9f3
445 changed files with 60577 additions and 34339 deletions

View File

@ -27,7 +27,7 @@ const s = startSketchOn(XY)
|> close()
|> extrude(length = height)
const shellExtrude = startSketchOn(s, "start")
const shellExtrude = startSketchOn(s, face = "start")
|> startProfileAt([
-(total_width / 2 - t),
-(total_length / 2 - t)
@ -38,7 +38,7 @@ const shellExtrude = startSketchOn(s, "start")
|> close()
|> extrude(length = -(height - t))
const peg = startSketchOn(s, "end")
const peg = startSketchOn(s, face = "end")
|> circle( center= [
-(total_width / 2 - wSegments),
-(total_length / 2 - lSegments)