mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-13 09:04:53 +02:00
Once again, removed extraneous comma.
This commit is contained in:
@@ -288,7 +288,7 @@ function circle(r, d, points, corner, anchor=CENTER, spin=0) =
|
|||||||
r = get_radius(r=r, d=d, dflt=1)
|
r = get_radius(r=r, d=d, dflt=1)
|
||||||
) [cp, r],
|
) [cp, r],
|
||||||
cp = data[0],
|
cp = data[0],
|
||||||
r = data[1],
|
r = data[1]
|
||||||
)
|
)
|
||||||
assert(r>0, "Radius/diameter must be positive")
|
assert(r>0, "Radius/diameter must be positive")
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user