Merge pull request #86 from EmbroidePy/tatarize-dst-my

DST flag MY
python27 1.4.12
tatarize 2019-12-25 21:08:54 +00:00 zatwierdzone przez GitHub
commit c0cc10278a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -136,7 +136,7 @@ def write(pattern, f, settings=None):
else:
write_string_utf8(f, "AY:-%5d\r" % abs(ay))
write_string_utf8(f, "MX:+%5d\r" % 0)
write_string_utf8(f, "AY:+%5d\r" % 0)
write_string_utf8(f, "MY:+%5d\r" % 0)
write_string_utf8(f, "PD:%6s\r" % "******")
if extended_header:
author = pattern.get_metadata("author")