From: Ian Jackson Date: Fri, 13 Nov 2020 18:18:43 +0000 (+0000) Subject: summit-lantern-hook: EndCurl at bottom X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cf3ab0f7a174e390578648d0ee76e2eda63329d0;p=reprap-play.git summit-lantern-hook: EndCurl at bottom Looks nicer Signed-off-by: Ian Jackson --- 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])