inkstitch / pyembroidery

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

Front Loaded Jump Distance #63

Open tatarize opened 5 years ago

tatarize commented 5 years ago

Janome's version of .jef files contains front loaded jumps.

Janome:

Pyembroidery:

It maximizes the jump distance in one of the coords rather than calculates the travel distance, then how many jumps that would take, and then produces even sized jumps.

One could also maximize both coords until one value runs out then use 0 for that the rest of the jumps. This causes the machine to go either diagonal or vertical only.

This is of completely unknown utility.