X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=meshscad;h=ad3194929243001d5942498650ceee7216fe159d;hb=29cb20f6187aeed6da1f1a7efa3473ee46015ece;hp=29f5927bffb2bb5e2d97e5d0c81748f4dc0ac2ff;hpb=f195a26edabe308bb2a26856551426b14fcdfb99;p=moebius3.git diff --git a/meshscad b/meshscad index 29f5927..ad31949 100755 --- a/meshscad +++ b/meshscad @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from __future__ import print_function @@ -9,17 +9,20 @@ from moebius import * from scad import * nomsize = 30; -wire = 2.000; +wire = 1.500; # number of wires kv = 24 kw = 16 # resolution -nv = 80 -nw = 80 +nv = 200 +nw = 200 ns = 4 # around tube, should be even +from moedebug import * +dbg_file(sys.stderr) + nv += -nv % kv nw += -nw % kw