From 995f08a03e9c00527db3769dab9008b3e1dfd2d0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 23 Oct 2014 17:22:57 +0100 Subject: [PATCH] osstest-arm-net-bracket: Use ad rather than totaldepth for tongue groove (nfc) --- osstest-arm-net-bracket.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } -- 2.30.2