Skip to content

Commit c0cc102

Browse files
authored
Merge pull request #86 from EmbroidePy/tatarize-dst-my
DST flag MY
2 parents 2e26d31 + 858f1c2 commit c0cc102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyembroidery/DstWriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def write(pattern, f, settings=None):
136136
else:
137137
write_string_utf8(f, "AY:-%5d\r" % abs(ay))
138138
write_string_utf8(f, "MX:+%5d\r" % 0)
139-
write_string_utf8(f, "AY:+%5d\r" % 0)
139+
write_string_utf8(f, "MY:+%5d\r" % 0)
140140
write_string_utf8(f, "PD:%6s\r" % "******")
141141
if extended_header:
142142
author = pattern.get_metadata("author")

0 commit comments

Comments
 (0)