chiark / gitweb /
filamenttrestle pinholes really all the way through
[reprap-play.git] / filamenttrestle.scad
index 224f0edb21adaddfded425689c2f24e7a75c90c2..969a0b7185d19cda5faa9bd08bac7e96a21fb758 100644 (file)
@@ -159,7 +159,7 @@ module Trestle(){ ////toplevel
            rotate([-90,0,0]) %Pin();
          translate([-(topblockw+1), 0, 0]) {
            rotate([0,90,0]) {
-             linear_extrude(height = topblockw*1.0+2) {
+             linear_extrude(height = topblockw*2.0+2) {
                polygon([[-1.0 * pinholebasew, -0.01],
                         [-0.5 * pinholebasew, pinholeh],
                         [ 0                 , -0.01]]);
@@ -228,16 +228,18 @@ module HubEnd(){ ////toplevel
 
 
 module TestKit(){ ////toplevel
-  translate([30,0,0]) Pin();
-  translate([30,30,0]) Pin();
+  translate([60,0,0]) mirror([1,0,0]) Pin();
+  translate([60,15,0]) mirror([1,0,0]) Pin();
   translate([0,40,0]) intersection(){
     Trestle();
     translate([-50,-10,-1]) cube([100,100,100]);
   }
   intersection(){
-    translate([-60,0,0]) Bar();
+    translate([-60,10,0]) Bar();
     cube(50,center=true);
   }
+  translate([50,40, AxlePin_zoffset()]) FtAxlePin();
+  translate([0,-20,0]) AxleWasher();
 }
 
 module DemoSpool(){