From 5bf6d2a8edabe26ba75e96a89b45cdc89f0cff2f Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Fri, 1 Sep 2023 22:10:15 -0400 Subject: [PATCH] remove comma --- polyhedra.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyhedra.scad b/polyhedra.scad index 50d75ef..03b62bc 100644 --- a/polyhedra.scad +++ b/polyhedra.scad @@ -328,7 +328,7 @@ module regular_polyhedron( anchor=anchor, facedown=facedown, stellate=stellate, - longside=longside, h=h, height=height, + longside=longside, h=h, height=height ); scaled_points = entry[0]; translation = entry[1];