From ad1948dce6ca1225239865821d3c32867ec33f3f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 18:01:09 +0000 Subject: [PATCH] demo: introduce sliceat (nfc) Signed-off-by: Ian Jackson --- moebius-demo.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/moebius-demo.scad b/moebius-demo.scad index 373844d..63a76a5 100644 --- a/moebius-demo.scad +++ b/moebius-demo.scad @@ -2,8 +2,10 @@ include +sliceat = 11.75 * moebiuscore_nomsize; + intersection(){ MoebiusCore(); - translate([0,0,165]) + translate([0,0, 400-sliceat]) cube(center=true, 400); } -- 2.30.2