2024-11-18 16:20:32 -06:00
|
|
|
part001 = startSketchOn('XY')
|
|
|
|
|> startProfileAt([0, 0], %)
|
|
|
|
|> line([0, 10], %, $thing)
|
|
|
|
|> line([10, 0], %)
|
|
|
|
|> line([0, -10], %, $thing2)
|
|
|
|
|> close(%)
|
|
|
|
|> extrude(10, %)
|
2024-11-25 09:21:55 +13:00
|
|
|
|> fillet({ radius = 2, tags = [thing, thing2] }, %)
|