Skip to content

Commit

Permalink
constrain arm thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
Irev-Dev committed Nov 13, 2023
1 parent 676cac9 commit 065389e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions constrained-y.kcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ const part001 = startSketchOn('-XZ')
}, %)
|> xLineTo({ to: totalLen, tag: 'seg03' }, %)
|> yLine({ length: -armThick, tag: 'seg01' }, %)
|> xLine(-1.5, %)
|> angledLineThatIntersects({
angle: _180,
offset: -armThick,
intersectTag: 'seg04'
}, %)
|> angledLineToY([segAng('seg04', %) + 180, _0], %)
|> angledLineToY({
angle: -bottomAng,
Expand All @@ -34,5 +38,5 @@ const part001 = startSketchOn('-XZ')
}, %)
|> angledLineToY([segAng('seg02', %) + 180, -baseHeight], %)
|> xLineTo(_0, %)
|> close(%)
|> close(%)
|> extrude(4, %)

0 comments on commit 065389e

Please sign in to comment.