From b3c000bbb1e87fa77c92480829d2cdfb3a0b58d8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Oct 2012 01:46:15 +0100 Subject: [PATCH] filamenttrestle TestKit improve --- filamenttrestle.scad | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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(){ -- 2.30.2