From 187311c48405108f43846d26c6e802bd04c001f2 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 21 Mar 2020 18:25:31 -0400 Subject: [PATCH] removed translate_points --- threading.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threading.scad b/threading.scad index 1d5a1bf..bf3c7e8 100644 --- a/threading.scad +++ b/threading.scad @@ -60,7 +60,7 @@ module thread_helix(base_d, pitch, thread_depth=undef, thread_angle=15, twist=72 [0, -cap/2-dz], ] ); - pline = scale_points(profile, [1,1,1]*pitch); + pline = scale(pitch, p=profile); dir = left_handed? -1 : 1; idir = internal? -1 : 1; attachable(anchor,spin,orient, r=r, l=h) {