chiark / gitweb /
wardrobe-hook: retune: shorten
[reprap-play.git] / wardrobe-hook.scad
index c04496dcec32414fffe448d38c8d8a037fe7ec2e..a29c36d79c9aaa7f86f6afb604f9ff3c9c7d311d 100644 (file)
@@ -31,11 +31,11 @@ tubewidth = 15 + tubeslop;
 mainthick = 4;
 
 clipthick = 2;
-clipang = 120;
+clipang = 135;
 
-stemlen = 50;
+stemlen = 40;
 
-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])