From: Ian Jackson Date: Sun, 5 Nov 2017 16:10:56 +0000 (+0000) Subject: wip printable join different X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=cf4aaa4ed927ab615bf8b8925871960b61e1e1a2;p=moebius3.git wip printable join different Signed-off-by: Ian Jackson --- 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); }