1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 01:04:07 +02:00
This commit is contained in:
Justin Lin
2022-03-30 21:44:37 +08:00
parent da03b782ed
commit aa082712df

View File

@@ -30,6 +30,6 @@ function helix(radius, levels, level_dist, vt_dir = "SPI_DOWN", rt_dir = "CT_CLK
)
[
for(i = 0; i <= end_i; i = i + 1)
let(r = begin_r + r_step * i, a = a_step * i)
[r * cos(a), r * sin(a), begin_h - h_step * i]
let(r = begin_r + r_step * i, a = a_step * i)
[r * cos(a), r * sin(a), begin_h - h_step * i]
];