chiark / gitweb /
filamenttrestle wip not use doveclip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Oct 2012 14:29:48 +0000 (15:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Oct 2012 14:29:48 +0000 (15:29 +0100)
filamenttrestle.scad

index fac82b7f3c95e5e614a69100d7e4075fb8d0557e..7d8436a9e9ab857ffc000e3acbd736d5c19733db 100644 (file)
@@ -9,8 +9,6 @@ barrady = 5;
 barradz = 7;
 guidewidth = 3;
 guiderad = 20;
 barradz = 7;
 guidewidth = 3;
 guiderad = 20;
-clipdepth = 16;
-clipcount = 3;
 
 module Bar(){
   spoolw = spoolwidth + spoolwidthgap*2;
 
 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,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])
       }
     }
     translate([-biggestw/2, -50, 0])