From cf3ab0f7a174e390578648d0ee76e2eda63329d0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Nov 2020 18:18:43 +0000 Subject: [PATCH] summit-lantern-hook: EndCurl at bottom Looks nicer Signed-off-by: Ian Jackson --- summit-lantern-hook.scad | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/summit-lantern-hook.scad b/summit-lantern-hook.scad index bee914d..6d71bfa 100644 --- a/summit-lantern-hook.scad +++ b/summit-lantern-hook.scad @@ -40,12 +40,8 @@ module Upper(){ } module Lower(){ - difference(){ - linextr(-zmin, 0) - square(center = true, [curl + th*2, th]); - linextr_y_xz(-th, th) - circle(r = curl/2); - } + rotate([180,0,0]) + EndCurl(); linextr(-zmin, -zmin + th) { square(center=true, [th, width]); for (m=[0,1]) -- 2.30.2