From af6903992b0c41fc6e6cb06ea1ae210e6577aca3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 3 May 2022 09:49:28 +0800 Subject: [PATCH] remove # --- 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 61309b6e..186b51dc 100644 --- a/src/along_with.scad +++ b/src/along_with.scad @@ -141,7 +141,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE") x_90 = [90, 0, 0]; - #for(i = [0, 1]) { + for(i = [0, 1]) { translate(pts[i]) axis_angle_align_with_pts_rs(0, scale_one + scale_step_vt * i) rotate(x_90)