EmbroidePy / pyembroidery

pyembroidery library for reading and writing a variety of embroidery formats.
MIT License
182 stars 33 forks source link

DST extends data is not accurate. #50

Closed tatarize closed 5 years ago

tatarize commented 5 years ago

The extends data properly should be the amount in mm rather than 1/10 mm. So the values should be divided by 10 for +X, -X, +Y, -Y and the AX and AY values are entirely able to be calculated as the distance in 1/10th mm the start location is from the end location.