mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
remove worm steps refinement
This commit is contained in:
parent
830f2ed9b2
commit
292a9bf633
@ -2177,7 +2177,7 @@ function worm(
|
|||||||
for (t = xcopies(trans_pitch, n=2*ceil(l/trans_pitch)+1))
|
for (t = xcopies(trans_pitch, n=2*ceil(l/trans_pitch)+1))
|
||||||
each apply(t, tooth)
|
each apply(t, tooth)
|
||||||
],
|
],
|
||||||
steps = max(36, segs(d/2))*4,
|
steps = max(36, segs(d/2)),
|
||||||
step = 360 / steps,
|
step = 360 / steps,
|
||||||
zsteps = ceil(l / trans_pitch / starts * steps),
|
zsteps = ceil(l / trans_pitch / starts * steps),
|
||||||
zstep = l / zsteps,
|
zstep = l / zsteps,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user