chiark / gitweb /
osstest-arm-net-bracket: abolish nearest strap slot
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 28 Oct 2014 16:00:00 +0000 (16:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 28 Oct 2014 16:00:00 +0000 (16:00 +0000)
osstest-arm-net-bracket.scad

index 1132c93d0d28aa1bce59770271c2e00bbe1d5a15..a44b15246365632f1d967e61967f1b7358303922 100644 (file)
@@ -31,7 +31,7 @@ module Tongue(tw,tt,ad,slots=2){
   difference(){
     translate([-tw, 0, 0])
       cube([tw, ad, tt+strapthick]);
-    for (yi=[0:slots-1])
+    for (yi=[1:slots-1])
       translate([-tw-1, y0 + (yn-y0)*yi/(slots-1), tt])
        cube([tw+2, strapwidth, strapthick+1]);
   }