From 222faf5246b025ddd0da5265c5f9bc3b83f1fe70 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Nov 2020 18:23:40 +0000 Subject: [PATCH] summit-lantern-hook: thinner base prongs Signed-off-by: Ian Jackson --- summit-lantern-hook.scad | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/summit-lantern-hook.scad b/summit-lantern-hook.scad index 6d71bfa..36353e7 100644 --- a/summit-lantern-hook.scad +++ b/summit-lantern-hook.scad @@ -3,10 +3,11 @@ include height = 60; -th = 6; curl = 10; width = 85; sides_depth = 35; +th = 6; +th2 = 4; $fa = 3; $fs = 0.3; @@ -43,14 +44,14 @@ module Lower(){ rotate([180,0,0]) EndCurl(); linextr(-zmin, -zmin + th) { - square(center=true, [th, width]); + square(center=true, [th2, width]); for (m=[0,1]) mirror([0,m]) hull() { for (x= sides_depth/2 * [-1,+1]) - translate([ x, width/2 - th/2 ]) - circle(r= th/2); + translate([ x, width/2 - th2/2 ]) + circle(r= th2/2); } } } -- 2.30.2