From 67c51ea266dd4bb8a98fabdcaf03cda396589a18 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 18:06:32 +0000 Subject: [PATCH] demo: adjust sliceat Signed-off-by: Ian Jackson --- moebius-demo.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moebius-demo.scad b/moebius-demo.scad index 07020b2..9d99c56 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -2,7 +2,7 @@ include -sliceat = 1.75 * moebiuscore_nomsize; +sliceat = 1.675 * moebiuscore_nomsize; intersection(){ MoebiusCore(); -- 2.30.2