1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 06:47:46 +02:00

remove the extra section

This commit is contained in:
Justin Lin
2022-06-19 09:07:15 +08:00
parent 6a30eb0e76
commit 31e7ca6275

View File

@@ -97,7 +97,7 @@ module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale =
let(
fst_section = translate_pts(init_section(0, one), pth_pts[0]),
snd_section = translate_pts(init_section(0, one + scale_step_vt), pth_pts[1]),
end_i = len_path_pts - 1,
end_i = len_path_pts - 2,
remain_sections = [
for(i = 1; i < end_i; i = i + 1)
translate_pts(