From a65a8e60cb81c5c9ab03c7ddf54b9ae99bfcda64 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 30 Mar 2022 21:28:58 +0800 Subject: [PATCH] fix syntax error --- src/along_with.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/along_with.scad b/src/along_with.scad index f77602aa..45894412 100644 --- a/src/along_with.scad +++ b/src/along_with.scad @@ -167,7 +167,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE") for(i = [0:leng_points - 2]) { translate(pts[i + 1]) axis_angle_align_with_local_rotate(i, i * twist_step_a, scale_one + scale_step_vt * i, cumu_rot_matrice) - rotatex_90) + rotate(x_90) children(0); } } else {