Skip to content

Commit

Permalink
Merge pull request #86 from EmbroidePy/tatarize-dst-my
Browse files Browse the repository at this point in the history
DST flag MY
  • Loading branch information
tatarize authored Dec 25, 2019
2 parents 2e26d31 + 858f1c2 commit c0cc102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyembroidery/DstWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c0cc102

Please sign in to comment.