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