From: Ian Jackson Date: Sun, 7 Oct 2012 14:29:48 +0000 (+0100) Subject: filamenttrestle wip not use doveclip X-Git-Tag: filamentspool-v2-release~752^2~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=38dbcef745604ab74b3f3567c3bb4424baa1cc6d;p=reprap-play.git filamenttrestle wip not use doveclip --- diff --git a/filamenttrestle.scad b/filamenttrestle.scad index fac82b7..7d8436a 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -9,8 +9,6 @@ barrady = 5; barradz = 7; guidewidth = 3; guiderad = 20; -clipdepth = 16; -clipcount = 3; module Bar(){ spoolw = spoolwidth + spoolwidthgap*2; @@ -26,11 +24,6 @@ module Bar(){ translate([spoolw/2,0,0]) rotate([0,90,0]) cylinder(r=guiderad, h=guidewidth, $fn=60); } - translate([spoolw/2 + guidewidth + - DoveClipPairSane_width(clipcount)/2 - 0.1, - clipdepth/2, -0.01]) - rotate([90,90,0]) - DoveClipPairSane(h=clipdepth, count=clipcount, baseextend=barrady); } } translate([-biggestw/2, -50, 0])