From e41e9e90523d9eff525c38209996d50c4a52adbc Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Thu, 24 Jun 2021 02:06:43 -0700 Subject: [PATCH] Orientation fix for npt_threaded_rod() --- threading.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/threading.scad b/threading.scad index 1b610c6..112d9ec 100644 --- a/threading.scad +++ b/threading.scad @@ -533,10 +533,7 @@ module npt_threaded_rod( left_handed=left_handed, bevel=bevel, internal=internal, - higbee=r1*PI/2, - anchor=anchor, - spin=spin, - orient=orient + higbee=r1*PI/2 ); if (hollow) { cylinder(l=l+1, d=size*INCH, center=true);