Skip to content

Commit

Permalink
fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
Irev-Dev committed Sep 16, 2024
1 parent 8792704 commit b28c99e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ const part001 = cube([0,0], 20)
|> extrude(20, %)

const part002 = startSketchOn(part001, "end")
|> circle({ center: [0, 0], radisu: 5 }, %, $myCircle)
|> circle({ center: [0, 0], radius: 5 }, %, $myCircle)
|> extrude(5, %)

0 comments on commit b28c99e

Please sign in to comment.