chiark / gitweb /
wardrobe-hook: retune: right-handed version
[reprap-play.git] / wardrobe-hook.scad
index f0012fb0fd74fea9f55dae13d53b471fbd3dbab9..263694769e607ef70774a2f58f113413d8902463 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;
@@ -110,5 +110,9 @@ module Hook(){ ////toplevel
   }
 }
 
+module RightHook(){ ////toplevel
+  mirror([1,0,0]) Hook();
+}
+
 //ElevationCore();
-Hook();
+RightHook();