From: Ian Jackson Date: Tue, 7 Nov 2017 17:19:49 +0000 (+0000) Subject: mesh: roughly match other model size X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=af1f55df477da8c3fdeee9ec7e9be8d0653657c1;p=moebius3.git mesh: roughly match other model size Signed-off-by: Ian Jackson --- diff --git a/meshscad b/meshscad index f66dba3..2f51b15 100755 --- a/meshscad +++ b/meshscad @@ -8,8 +8,8 @@ signal.signal(signal.SIGINT, signal.SIG_DFL) from moebius import * from scad import * -nomsize = 50; -wire = 3.0; +nomsize = 30; +wire = 2.000; # number of wires kv = 24