From ca1247790cb2b2d3811f250bac84af440a65ab58 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 17:56:11 +0000 Subject: [PATCH] Partially revert "wip printable join different" Revert the change to the cutting up arrangements, but leave the thinner wall thickness. This mostly reverts commit cf4aaa4ed927ab615bf8b8925871960b61e1e1a2. --- moebius-demo.scad | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/moebius-demo.scad b/moebius-demo.scad index ee6c4f7..373844d 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -2,12 +2,8 @@ include - 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); } -- 2.30.2