From 1114f3f80229037e26289b5b7f8dba05000670e5 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 13 Oct 2024 20:29:32 -0400 Subject: [PATCH] remove comma --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index fd5c417..795f5c8 100644 --- a/attachments.scad +++ b/attachments.scad @@ -908,7 +908,7 @@ function _make_anchor_legal(anchor,geom) = // rmax = is_vector(r) ? r[1] : r; // layers = [for(z=[0:steps]) // let( -// r=rmin+(rmax-rmin)/2*(cos(z*360*cycles/steps)+1), +// r=rmin+(rmax-rmin)/2*(cos(z*360*cycles/steps)+1) // ) // path3d( concat([[0,0]], // arc(corner=path2d([BACK,CTR,RIGHT]), n=n, r=r)),