From cf4aaa4ed927ab615bf8b8925871960b61e1e1a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 16:10:56 +0000 Subject: [PATCH] wip printable join different Signed-off-by: Ian Jackson --- genscad | 2 +- moebius-demo.scad | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/genscad b/genscad index 0c96a3f..d495c46 100755 --- a/genscad +++ b/genscad @@ -8,7 +8,7 @@ signal.signal(signal.SIGINT, signal.SIG_DFL) from moebius import * nomsize = 20 -thick = 2.0 +thick = 1.0 nv = 80 nw = 80 diff --git a/moebius-demo.scad b/moebius-demo.scad index 373844d..ee6c4f7 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -2,8 +2,12 @@ include + rotate([90,0,0]) intersection(){ - MoebiusCore(); - translate([0,0,165]) + rotate([0,0,135]) + MoebiusCore(); +// translate([0,0,165]) +// cube(center=true, 400); + translate([0,200,0]) cube(center=true, 400); } -- 2.30.2