Embroidermodder / libembroidery

Library for reading/writing/manipulating machine and design embroidery files
https://www.libembroidery.org
zlib License
45 stars 13 forks source link

.exp file format does not handle jump stitches. #132

Closed tatarize closed 2 years ago

tatarize commented 8 years ago

Because Embroidermodder wrongly doesn't accept 80 04 as a jump but calls it a trim, sequences which are jumps are not processed as jumps. Jump sequence seems to properly be 80 04 xx yy means this is a jump stitch. When it loads the format it calls those 80 04 trims and manages to draw the first jump stitch in the format.

See this error properly demonstrated here: http://www.wasbo.net/svg2embr/phpBB3/viewtopic.php?f=8&t=11

tatarize commented 5 years ago

The proper encoding:

There is no end stitch value, it just ends.

robin-swift commented 2 years ago

fixed.