From 7c9b5cff5cecd56f2849662a1becf96e722eba32 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Tue, 18 Mar 2025 22:05:23 -0400 Subject: [PATCH] fix conoid attachment bug --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index 4f029436..eeb642da 100644 --- a/attachments.scad +++ b/attachments.scad @@ -3967,7 +3967,7 @@ function _find_anchor(anchor, geom)= botdata = solve_ellipse(r1,point2d(anch)), topdata = solve_ellipse(r2,point2d(anch)), bot = point3d(botdata[0], -length/2), - top = point3d(topdata[0], length/2), + top = move(shift,point3d(topdata[0], length/2)), tangent = lerp(botdata[1],topdata[1],u), normal = [-tangent.y,tangent.x], axy = unit(point2d(anch),[0,0]),