mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 02:33:00 +02:00
fix Issue #26
This commit is contained in:
@@ -133,7 +133,7 @@ module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale =
|
|||||||
remain_sections = [
|
remain_sections = [
|
||||||
for(i = 0; i < end_i; i = i + 1)
|
for(i = 0; i < end_i; i = i + 1)
|
||||||
translate_pts(
|
translate_pts(
|
||||||
local_rotate_section(i, i * twist_step_a, [1, 1, 1] + scale_step_vt * i),
|
local_rotate_section(i, i * twist_step_a, [1, 1, 1] + scale_step_vt * (i + 1)),
|
||||||
pth_pts[i + 1]
|
pth_pts[i + 1]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user