From 74b59b4dd43bffd9a3c3f349b83d0efb4edf57ee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 01:42:39 +0100 Subject: [PATCH] filamenttrestle test kit --- filamenttrestle.scad | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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); -- 2.30.2