diff --git a/threading.scad b/threading.scad index 1d7350e..3eb7175 100644 --- a/threading.scad +++ b/threading.scad @@ -1731,7 +1731,6 @@ module generic_threaded_rod( let(ind = search([lead_in_shape], _lead_in_table,0)[0]) assert(ind!=[],str("Unknown lead_in_shape, \"",lead_in_shape,"\"")) _lead_in_table[ind[0]][1]; - profbound = pointlist_bounds(profile); dummy0 = assert(all_positive([pitch]),"Thread pitch must be a positive value") assert(all_positive([len]),"Length must be a postive value") @@ -1752,7 +1751,7 @@ module generic_threaded_rod( dummy4 = assert(profbounds[0].x>=-1/2 && profbounds[1].x<=1/2, "profile's x values must lie in the interval [-1/2,1/2]") assert(profile[0].x=cutpt) [entry.x-cutpt-1/2,entry.y], for(entry=profile) if (entry.x