From f1592490328561cba8cbbf437ad7d28d8bff72f4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 18:02:28 +0000 Subject: [PATCH] demo: get sliceat right (nfc) Signed-off-by: Ian Jackson --- moebius-demo.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.30.2