1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

fix syntax error

This commit is contained in:
Justin Lin
2022-03-30 21:28:58 +08:00
parent 950e929edb
commit a65a8e60cb

View File

@@ -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 {