From fde799630972200db53312d3b4fddb680f9b72a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 16:39:18 +0000 Subject: [PATCH] genscad: output moebiuscore_nomsize Signed-off-by: Ian Jackson --- genscad | 1 + 1 file changed, 1 insertion(+) diff --git a/genscad b/genscad index 0c96a3f..06bcd12 100755 --- a/genscad +++ b/genscad @@ -26,6 +26,7 @@ def stl_writeout(): print('],faces=[') for t in stl_triangles: print(repr(t), ',') print('],convexity=10); }') + print('moebiuscore_nomsize=%s;' % repr(nomsize)) def stl_point(p): l = list(p) -- 2.30.2