set to 10 pixels per mm for embroidermodder CSV output

pull/1/head
Lex Neva 2016-01-06 10:43:51 -05:00
rodzic 97070898b4
commit 2a31088cb8
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,10 @@ import shapely.affinity as affinity
dbg = open("/tmp/embroider-debug.txt", "w")
PyEmb.dbg = dbg
pixels_per_millimeter = 90.0 / 25.4
#pixels_per_millimeter = 90.0 / 25.4
#this actually makes each pixel worth one tenth of a millimeter
pixels_per_millimeter = 1
def bboxarea(poly):
x0=None