From 38dbcef745604ab74b3f3567c3bb4424baa1cc6d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 7 Oct 2012 15:29:48 +0100 Subject: [PATCH] filamenttrestle wip not use doveclip --- filamenttrestle.scad | 7 ------- 1 file changed, 7 deletions(-) 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]) -- 2.30.2