From 90940f5cc4d822d049cb996c1e342043e87c8fd6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 02:03:55 +0000 Subject: [PATCH] for testing Signed-off-by: Ian Jackson --- moebius-demo.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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); +} -- 2.30.2