chiark / gitweb /
osstest-arm-net-bracket: add cutouts for "washers" (not much change right now but...
[reprap-play.git] / osstest-arm-net-bracket.scad
index 2135c5c4f3e06256c3a81a8413491073d7203aab..5893f1e5170b7b93722bb11205f126f286bbd132 100644 (file)
@@ -38,13 +38,19 @@ module Object(){
     translate([-holedist-tabside, 0, 0])
       cube([tabside*2+holedist, thick, tabunder+tabover]);
     for (x=[-holedist,0])
-      translate([x, -1, tabunder])
-       rotate([-90,0,0])
-       cylinder(r= holedia/2+0.5, h=thick+2, $fn=20);
+      translate([x, 0, tabunder]) {
+       translate([0, -1, 0]) {
+         rotate([-90,0,0]) {
+           cylinder(r= holedia/2+0.5, h=thick+2, $fn=20);
+         }
+       }
+       translate([0, 19.95 + thick, 0])
+         cube(center=true,[10,40,10]);
+      }
   }
   Tongue(tonguewidth,tonguethick,totaldepth,3);
   translate([tongue2x,0,0])
-    Tongue(tongue2width,tongue2thick,tongue2depth+thick,4);
+    Tongue(tongue2width,tongue2thick,tongue2depth+thick,5);
 }
 
 Object();