mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Once again, removed extraneous comma.
This commit is contained in:
parent
2155d6b785
commit
a6e60b5993
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue