From: Ian Jackson Date: Thu, 23 Oct 2014 16:26:04 +0000 (+0100) Subject: osstest-arm-net-bracket: More slots in tongues X-Git-Tag: filamentspool-v2-release~309 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=be60464b7711b254bc786f5797488f995f6d13c5 osstest-arm-net-bracket: More slots in tongues --- 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();