chiark / gitweb /
genscad: output moebiuscore_nomsize
[moebius3.git] / genscad
diff --git a/genscad b/genscad
index d495c46f9c0d02c366effc31861628123be30acf..a9c3dc4b22da7e51753b1661a2d8814ce7eb5ae0 100755 (executable)
--- 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)