From 05f2845bb83a0cbac558c73e65384f38673e7b9b Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 9 Dec 2023 21:15:26 -0500 Subject: [PATCH] fix example bug --- turtle3d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle3d.scad b/turtle3d.scad index bc8d559..2c74b25 100644 --- a/turtle3d.scad +++ b/turtle3d.scad @@ -368,7 +368,7 @@ function _rotpart(T) = [for(i=[0:3]) [for(j=[0:3]) j<3 || i==3 ? T[i][j] : 0]]; // ["move", seg1_len, "grow", seg1_bot_ID/seg2_bot_ID] // ], // state=UP, transforms=true); -// back_half() // Remove this to get a usable part +// back_half(s=300) // Remove this to get a usable part // sweep(circle(d=seg1_bot_OD, $fn=128), trans, closed=true); // Example(3D): Closed spiral // include