chiark / gitweb /
Partially revert "wip printable join different"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Nov 2017 17:56:11 +0000 (17:56 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Nov 2017 17:56:11 +0000 (17:56 +0000)
Revert the change to the cutting up arrangements, but leave the
thinner wall thickness.

This mostly reverts commit cf4aaa4ed927ab615bf8b8925871960b61e1e1a2.

moebius-demo.scad

index ee6c4f796e0b01f1ab708917f553f09690b3429e..373844dd5f56fc032fb7914d72ae4d2d7b8d6cff 100644 (file)
@@ -2,12 +2,8 @@
 
 include <moebius-core.scad>
 
-  rotate([90,0,0])
 intersection(){
-  rotate([0,0,135])
-    MoebiusCore();
-//  translate([0,0,165])
-//    cube(center=true, 400);
-  translate([0,200,0])
+  MoebiusCore();
+  translate([0,0,165])
     cube(center=true, 400);
 }