From: Ian Jackson Date: Thu, 18 Oct 2012 00:46:15 +0000 (+0100) Subject: filamenttrestle TestKit improve X-Git-Tag: filamentspool-v2-release~710 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b3c000bbb1e87fa77c92480829d2cdfb3a0b58d8;p=reprap-play.git filamenttrestle TestKit improve --- diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 224f0ed..b5ebe77 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -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(){