From: Ian Jackson Date: Thu, 11 Oct 2012 00:42:39 +0000 (+0100) Subject: filamenttrestle test kit X-Git-Tag: filamentspool-v2-release~738 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=74b59b4dd43bffd9a3c3f349b83d0efb4edf57ee;hp=126e7ca1fec16972e37311a61cc3c74256cba287;p=reprap-play.git filamenttrestle test kit --- diff --git a/filamenttrestle.scad b/filamenttrestle.scad index c7aeafb..c45e8af 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -151,9 +151,24 @@ module Pin(){ } } +module TestKit(){ + translate([30,0,0]) Pin(); + translate([30,30,0]) Pin(); + translate([0,40,0]) intersection(){ + Trestle(); + translate([-50,-10,-1]) cube([100,100,100]); + } + intersection(){ + translate([-60,0,0]) Bar(); + cube(50,center=true); + } +} + //Bar(); -Trestle(); +//Trestle(); //Pin(); +TestKit(); + //Plug(d=1); //ExtenderPillars(80,12,8, baseweb=true);