From 292a9bf633c5a9e68785cd33572561444ca6c887 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 10 Aug 2023 22:59:16 -0400 Subject: [PATCH] remove worm steps refinement --- gears.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gears.scad b/gears.scad index e70b282..28b4578 100644 --- a/gears.scad +++ b/gears.scad @@ -2177,7 +2177,7 @@ function worm( for (t = xcopies(trans_pitch, n=2*ceil(l/trans_pitch)+1)) each apply(t, tooth) ], - steps = max(36, segs(d/2))*4, + steps = max(36, segs(d/2)), step = 360 / steps, zsteps = ceil(l / trans_pitch / starts * steps), zstep = l / zsteps,