inkstitch / pyembroidery

libembroidery/EmbroideryFormats converted to python
MIT License
71 stars 28 forks source link

Properly account for SLOW and FAST being stitches. #60

Closed tatarize closed 5 years ago

tatarize commented 5 years ago

Seems odd but slow and fast in U01 are themselves stitch commands. The commands in pyembroidery need to divide these up (to allow the commands to be stripped without effect) but then during the writing they need to attach themselves to the next stitch or jump (Fast, Jump) and (Slow, Jump) in that case.

Not hard, just that I might forget.