From: Ian Jackson Date: Sun, 5 Nov 2017 22:47:31 +0000 (+0000) Subject: TestKit X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=28623d3851f1811fa566a66a059da43b1528ced4;p=moebius3.git TestKit Signed-off-by: Ian Jackson --- diff --git a/moebius-demo.scad b/moebius-demo.scad index 04b094b..8f47f33 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -155,6 +155,13 @@ module Kit(){ ////toplevel Pin(); } +module TestKit(){ + intersection(){ + Kit(); + cube([500,500,15], center=true); + } +} + //MainBody(); //%PinDemo(); //PinExtrude([-2,10]); @@ -163,5 +170,6 @@ module Kit(){ ////toplevel //%PinCutout(); //Top(); //Bottom(); -Kit(); +//Kit(); //Demo(); +TestKit();