From: Ian Jackson Date: Sun, 5 Nov 2017 18:02:28 +0000 (+0000) Subject: demo: get sliceat right (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f1592490328561cba8cbbf437ad7d28d8bff72f4;p=moebius3.git demo: get sliceat right (nfc) Signed-off-by: Ian Jackson --- diff --git a/moebius-demo.scad b/moebius-demo.scad index 63a76a5..07020b2 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -2,10 +2,10 @@ include -sliceat = 11.75 * moebiuscore_nomsize; +sliceat = 1.75 * moebiuscore_nomsize; intersection(){ MoebiusCore(); - translate([0,0, 400-sliceat]) + translate([0,0, 200-sliceat]) cube(center=true, 400); }