From: Ian Jackson Date: Tue, 28 Oct 2014 16:00:00 +0000 (+0000) Subject: osstest-arm-net-bracket: abolish nearest strap slot X-Git-Tag: filamentspool-v2-release~302 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=67a293504cbbfd6e85b66da28fa4580776173500;p=reprap-play.git osstest-arm-net-bracket: abolish nearest strap slot --- diff --git a/osstest-arm-net-bracket.scad b/osstest-arm-net-bracket.scad index 1132c93..a44b152 100644 --- a/osstest-arm-net-bracket.scad +++ b/osstest-arm-net-bracket.scad @@ -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]); }