* remove start sketch at Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
boxSketch = startSketchOn(XY)
|
|
|> startProfileAt([0, 0], %)
|
|
|> line(end = [0, 10])
|
|
|> tangentialArc({ radius = 5, offset = 90 }, %)
|
|
|> line(end = [5, -15])
|
|
|> extrude(length = 10)
|