We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce5ff4 commit 9091ef4Copy full SHA for 9091ef4
pyembroidery/ZhsReader.py
@@ -59,7 +59,6 @@ def read_zhs_stitches(f, out):
59
yy = 0
60
continue
61
elif ctrl == 0x01:
62
- print(xx,yy,"move")
63
out.move(xx, -yy)
64
xx = 0
65
0 commit comments