From be60464b7711b254bc786f5797488f995f6d13c5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 23 Oct 2014 17:26:04 +0100 Subject: [PATCH 1/1] osstest-arm-net-bracket: More slots in tongues --- osstest-arm-net-bracket.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osstest-arm-net-bracket.scad b/osstest-arm-net-bracket.scad index 4eccb82..d33d521 100644 --- a/osstest-arm-net-bracket.scad +++ b/osstest-arm-net-bracket.scad @@ -42,9 +42,9 @@ module Object(){ 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]) - Tongue(tongue2width,tongue2thick,tongue2depth+thick); + Tongue(tongue2width,tongue2thick,tongue2depth+thick,4); } Object(); -- 2.30.2