chiark / gitweb /
wardrobe-hook: wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2014 18:14:52 +0000 (18:14 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2014 18:14:52 +0000 (18:14 +0000)
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);