From a6e60b5993d4544cb5d3dc83f06b16dd6e5cfc75 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 10 Oct 2023 14:54:37 -0700 Subject: [PATCH] Once again, removed extraneous comma. --- shapes2d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes2d.scad b/shapes2d.scad index 4f7c34b..d2070c7 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -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(