From 2f3adbacf1a99966df13a210700d002f62e16f2a Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Mon, 3 Mar 2025 20:57:19 -0500 Subject: [PATCH] remove comma --- shapes3d.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shapes3d.scad b/shapes3d.scad index b8142be2..f6e7f271 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -2125,8 +2125,7 @@ module cyl( tex_inset=tex_inset, tex_rot=tex_rot, style=style, tex_taper=tex_taper, tex_samples=tex_samples, - extra1=extra1,extra2=extra2,extra=extra, - + extra1=extra1,extra2=extra2,extra=extra ); vnf_polyhedron(vnf, convexity=texture!=undef? 2 : 10); }