From 4ddb9031ce8600864aa555dbdb73a7cafede2e35 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Tue, 8 Jun 2021 18:08:21 -0700 Subject: [PATCH] Corrected assertion in trapezoidal_threaded_rod() --- threading.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threading.scad b/threading.scad index 50e1336..cd026f6 100644 --- a/threading.scad +++ b/threading.scad @@ -183,7 +183,7 @@ module trapezoidal_threaded_rod( higthr1 = ceil(higang1 / 360); higthr2 = ceil(higang2 / 360); pdepth = -min(subindex(profile,1)); - dummy1 = assert(_r1>2*pdepth) assert(_r2>2*pdepth); + dummy1 = assert(_r1>pdepth) assert(_r2>pdepth); skew_mat = affine3d_skew(sxz=(_r2-_r1)/l); side_mat = affine3d_xrot(90) * affine3d_mirror([-1,1,0]) *