chiark / gitweb /
wardrobe-hook: retune, prototype 2
[reprap-play.git] / wardrobe-hook.scad
index c04496dcec32414fffe448d38c8d8a037fe7ec2e..ade8420babf4e8871bb5ce19894c47893225802c 100644 (file)
@@ -31,11 +31,11 @@ tubewidth = 15 + tubeslop;
 mainthick = 4;
 
 clipthick = 2;
-clipang = 120;
+clipang = 135;
 
 stemlen = 50;
 
-topwidth = 30;
+topwidth = 20;
 
 hookinrad = 7.5;
 hookcurl = 60;
@@ -65,7 +65,7 @@ module Plan(){
 module ElevationCore(){
   FArcSegment(0, hookcy, hookinrad, hookoutrad,
              180 - ellowextra,
-             90 + hookcurl);
+             90 + hookcurl + ellowextra);
   translate([-hookoutrad*sqrt(0.5),
              hookcy - hookoutrad*sqrt(0.5) + 0.1])
     mirror([1,0])