chiark / gitweb /
wip printable join different
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Nov 2017 16:10:56 +0000 (16:10 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Nov 2017 16:10:56 +0000 (16:10 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
genscad
moebius-demo.scad

diff --git a/genscad b/genscad
index 0c96a3fe6361d07faad2949b6c9dff5ec723b575..d495c46f9c0d02c366effc31861628123be30acf 100755 (executable)
--- 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
index 373844dd5f56fc032fb7914d72ae4d2d7b8d6cff..ee6c4f796e0b01f1ab708917f553f09690b3429e 100644 (file)
@@ -2,8 +2,12 @@
 
 include <moebius-core.scad>
 
+  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);
 }