Fix thread order writing pattern

pull/166/head
tatarize 2023-10-27 01:16:54 -07:00
rodzic 9a2d796d92
commit 70aabe4724
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,7 @@ def write(pattern, f, settings=None):
decoded = decode_embroidery_command(stitch[2])
needle = decoded[2] + 1
thread_order[index] = needle
index += 1
for n in thread_order:
write_int_8(f, n)
write_string_utf8(f, "\r")