Skip to content

Commit

Permalink
Once again, removed extraneous comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Oct 10, 2023
1 parent 2155d6b commit a6e60b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapes2d.scad
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function circle(r, d, points, corner, anchor=CENTER, spin=0) =
r = get_radius(r=r, d=d, dflt=1)
) [cp, r],
cp = data[0],
r = data[1],
r = data[1]
)
assert(r>0, "Radius/diameter must be positive")
let(
Expand Down

0 comments on commit a6e60b5

Please sign in to comment.