From: Ian Jackson Date: Thu, 23 Oct 2014 16:22:57 +0000 (+0100) Subject: osstest-arm-net-bracket: Use ad rather than totaldepth for tongue groove (nfc) X-Git-Tag: filamentspool-v2-release~312 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=995f08a03e9c00527db3769dab9008b3e1dfd2d0 osstest-arm-net-bracket: Use ad rather than totaldepth for tongue groove (nfc) --- diff --git a/osstest-arm-net-bracket.scad b/osstest-arm-net-bracket.scad index 21cc748..a02f17d 100644 --- a/osstest-arm-net-bracket.scad +++ b/osstest-arm-net-bracket.scad @@ -20,7 +20,7 @@ module Tongue(tw,tt,ad){ difference(){ translate([-tw, 0, 0]) cube([tw, ad, tt+strapthick]); - for (y=[thick+0.1, totaldepth-ridgewidth-strapwidth]) + for (y=[thick+0.1, ad-ridgewidth-strapwidth]) translate([-tw-1, y, tt]) cube([tw+2, strapwidth, strapthick+1]); }