chiark / gitweb /
wardrobe-hook: wip
[reprap-play.git] / wardrobe-hook.scad
index 95a28d29fa56ccba6c29fa6459ef80eef30e808e..7f29082cb2e736dc6cb840a203c8012faf0e28c0 100644 (file)
@@ -44,6 +44,11 @@ mainoutrad = tuberad + mainthick;
 hookoutrad = hookinrad + hookwidth;
 hookcy = stemlen - hookoutrad;
 
+eltopx = topwidth/2;
+eltopy = -tuberad + tubeheight + mainthick + 1;
+elmidx = topwidth/2;
+elmidy = -tuberad;
+
 module Plan(){
   dy = tubeheight - tuberad*2;
   FArcSegment(0, dy, tuberad, mainoutrad, -1, 181);