From ed44f419a232d38c79a70dc2b34598ffef5ed7b6 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sat, 4 May 2019 21:04:42 -0700 Subject: [PATCH] Fixed example in polyhedra --- polyhedra.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyhedra.scad b/polyhedra.scad index 690148b..ff74619 100644 --- a/polyhedra.scad +++ b/polyhedra.scad @@ -174,7 +174,7 @@ function _unique_groups(m) = [ // regular_polyhedron(hasfaces=[8,10], index=i, mr=1); // Example: Solids that include a quadrilateral face // N = len(regular_polyhedron_info("index set", hasfaces=4)); -// for(i=[0:MM-1]) right(3*i) +// for(i=[0:N-1]) right(3*i) // regular_polyhedron(hasfaces=4, index=i, mr=1); // Example: Solids with only quadrilateral faces // N = len(regular_polyhedron_info("index set", facetype=4));