* check edge colinear * cleanup * revert cargo.toml * revert cargo.toml properly * undo yarn.lock * clippy * add new sim test * move tolerance2 * typo Signed-off-by: Jess Frazelle <github@jessfraz.com> * fmt Signed-off-by: Jess Frazelle <github@jessfraz.com> * update snap Signed-off-by: Jess Frazelle <github@jessfraz.com> * push real snap Signed-off-by: Jess Frazelle <github@jessfraz.com> * update tests Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com> Co-authored-by: Jess Frazelle <github@jessfraz.com>
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
sk0 = startSketchOn(XZ)
|
|
|> startProfile(at = [0, 0])
|
|
|> yLine(length = 2)
|
|
|> xLine(length = 1)
|
|
|> yLine(length = -2)
|
|
|> close()
|
|
|> revolve(axis = Y)
|