chiark / gitweb /
summit-lantern-hook: thinner base prongs
[reprap-play.git] / summit-lantern-hook.scad
index 6d71bfa38b20b661a7aab65af7fdd5996ba64c36..36353e7e20aec5160d11d35757bf4f9a495dbe03 100644 (file)
@@ -3,10 +3,11 @@
 include <utils.scad>
 
 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);
       }
   }
 }