From ec7231cf6eaf8f6dd38126c9c728d0436028b9fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 27 Aug 2012 17:46:35 +0100 Subject: [PATCH] filamentclip wip teeth --- filamentclip.scad | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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() { -- 2.30.2