X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=summit-lantern-hook.scad;h=e91573a51e2ecdc3f283b98af922ef47fb99d7ef;hb=ed2e085aa9f3b6bd7e6a873f9abadf944a89a19b;hp=6d71bfa38b20b661a7aab65af7fdd5996ba64c36;hpb=cf3ab0f7a174e390578648d0ee76e2eda63329d0;p=reprap-play.git diff --git a/summit-lantern-hook.scad b/summit-lantern-hook.scad index 6d71bfa..e91573a 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; +sides_depth = 50; +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); } } }