chiark / gitweb /
osstest-arm-net-bracket: More slots in tongues
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Oct 2014 16:26:04 +0000 (17:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Oct 2014 16:26:04 +0000 (17:26 +0100)
osstest-arm-net-bracket.scad

index 4eccb829d140e57cffab36e493888fbf76ac5fdc..d33d521a04a5f141efa1841fd0dfcb0d68de18fa 100644 (file)
@@ -42,9 +42,9 @@ module Object(){
        rotate([-90,0,0])
        cylinder(r= holedia/2+0.5, h=thick+2, $fn=20);
   }
        rotate([-90,0,0])
        cylinder(r= holedia/2+0.5, h=thick+2, $fn=20);
   }
-  Tongue(tonguewidth,tonguethick,totaldepth);
+  Tongue(tonguewidth,tonguethick,totaldepth,3);
   translate([tongue2x,0,0])
   translate([tongue2x,0,0])
-    Tongue(tongue2width,tongue2thick,tongue2depth+thick);
+    Tongue(tongue2width,tongue2thick,tongue2depth+thick,4);
 }
 
 Object();
 }
 
 Object();