From d0c5ef29b8ccdd576cf6bb39218b94cc6eceedce Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 14 Jul 2019 12:37:55 -0700 Subject: [PATCH] Fixed kock snowflake example rendering. --- shapes2d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes2d.scad b/shapes2d.scad index f951d3e..347f582 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -622,7 +622,7 @@ module supershape(step=0.5,m1=4,m2=undef,n1,n2=undef,n3=undef,a=1,b=undef, r=und // Example(2D): The previous spiral grows linearly and eventually intersects itself. This one grows geometrically and does not. // path = turtle(concat(["angle",71],flatten(replist(["move","left","scale",1.05],50)))); // stroke(path,width=.05); -// Example: Koch Snowflake +// Example(2D): Koch Snowflake // function koch_unit(depth) = // depth==0 ? ["move"] : // concat(