mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 11:14:17 +02:00
format
This commit is contained in:
@@ -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)
|
for(i = 0; i <= end_i; i = i + 1)
|
||||||
let(r = begin_r + r_step * i, a = a_step * i)
|
let(r = begin_r + r_step * i, a = a_step * i)
|
||||||
[r * cos(a), r * sin(a), begin_h - h_step * i]
|
[r * cos(a), r * sin(a), begin_h - h_step * i]
|
||||||
];
|
];
|
Reference in New Issue
Block a user