From: Ian Jackson Date: Mon, 27 Aug 2012 16:46:35 +0000 (+0100) Subject: filamentclip wip teeth X-Git-Tag: filamentspool-v2-release~907 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=ec7231cf6eaf8f6dd38126c9c728d0436028b9fc filamentclip wip teeth --- diff --git a/filamentclip.scad b/filamentclip.scad index 8f1855a..db8580d 100644 --- a/filamentclip.scad +++ b/filamentclip.scad @@ -7,8 +7,8 @@ w=1.0; looprad=2.5; loopw=w; -//fdia=1.77; -fdia=3; +fdia=1.77; +//fdia=3; d=0.01; @@ -21,7 +21,7 @@ module FilamentClipTeeth(based=1.5, basew=4, teethw=0.6, difference() { union() { translate([-d, -teethbigw/2, 0]) - cube([d+stembendl+teethxl, teethbigw, h]); + cube([d+stembendl + teethw, teethbigw, h]); // translate([ // stembigw = fdia + stembend // translate([-d, -stemw, @@ -38,13 +38,13 @@ module FilamentClipTeeth(based=1.5, basew=4, teethw=0.6, } } -// for (mirr=[0:1]) { -// mirror([0,mirr,0]) { -// linear_extrude(height=h) { -// translate(0.5, square([ -// } -// } -// } + for (mirr=[0:1]) { + mirror([0,mirr,0]) { + translate([stembendl + teethw, gapw/2, 0]) + rotate([0,0,30]) + cube([teethxl, teethw, h]); + } + } } module FilamentClip() {