X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=filamenttrestle.scad;h=54bf0c745d9ec443fdc373dacbbe514341caf3c8;hb=1e7315371d2596d828cba3bb73ade1eea88125e9;hp=e8417b0bed4c0389c97a79ea1fdc68b0d6cfeb44;hpb=eb8c3d2a7a8ca86e9aa552a53b7ecf3c07b27fa4;p=reprap-play.git diff --git a/filamenttrestle.scad b/filamenttrestle.scad index e8417b0..54bf0c7 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -46,7 +46,7 @@ pindh = 0.50; pindwidth = 0.75; pintaperlen = plugwmax * 0.85; -pinstraightlen = 10; +pinstraightlen = 17.5; spoolouterpad = AxlePin_holerad()*2 * 1.5; spoolbarlen = spoolwidth + @@ -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(){ @@ -276,4 +278,4 @@ module Demo(){ //Plug(d=1); //ExtenderPillars(80,12,8, baseweb=true); //HubEnd(); -Demo(); +//Demo();