chiark / gitweb /
scaffold-clamp: wip straphook
[reprap-play.git] / nook-case.scad
index a507bc3eefde7b6b5f40d78a4de1fca33ff74d2e..ecbbbc22fd95bb31a86b9d391392bd3ef472142d 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C -*-
 
+// Infill density: 20%
+
 include <funcs.scad>
 include <utils.scad>
 
 nook_th = 12.41 + 0.50 - 1.50 + 1.35 - .25;
-nook_w = 127.12 + 0.75 - .95;
-nook_h = 123.44 + 21.88 + 21.05 + 0.75 - 1.90 - 0.50;
+nook_w = 127.12 + 0.75 - .95 - .50;
+nook_h = 123.44 + 21.88 + 21.05 + 0.75 - 1.90 - 0.50 - 0.50;
 
 edge_ledge_w = 9.60;
 edge_ledge_h = 2.44 - .25;
@@ -285,6 +287,16 @@ module Base(){ ////toplevel
       rectfromto([-40, -open_recess_h], [40, 1]);
 */
   }
+  if ($test) {
+    linextr(spp7[1], spp8[1]) {
+      hull(){
+       for (r=[0,180])
+         rotate([0,0,r])
+           translate(nom_cnr + -1 * nook_cnr_rad*[1,1])
+           square(12);
+      }
+    }
+  }
 }
 
 module Top(){ ////toplevel