From: Ian Jackson Date: Sun, 5 Nov 2017 02:03:55 +0000 (+0000) Subject: for testing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=90940f5cc4d822d049cb996c1e342043e87c8fd6;p=moebius3.git for testing Signed-off-by: Ian Jackson --- diff --git a/moebius-demo.scad b/moebius-demo.scad index b25e489..373844d 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -1,3 +1,9 @@ +// -*- C -*- + include -MoebiusCore(); +intersection(){ + MoebiusCore(); + translate([0,0,165]) + cube(center=true, 400); +}