Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front Loaded Jump Distance #63

Open
tatarize opened this issue Aug 3, 2018 · 0 comments
Open

Front Loaded Jump Distance #63

tatarize opened this issue Aug 3, 2018 · 0 comments

Comments

@tatarize
Copy link
Contributor

tatarize commented Aug 3, 2018

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

Janome:

  • 80 01 00 00
  • 80 02 7F BF (+127, -65)
  • 80 02 7F BF (+127, -65)
  • 80 02 7F BF (+127, -65)
  • 80 02 7F BF (+127, -65)
  • 53 D2 (+83, -46)

Pyembroidery:

  • 80 01 00 00
  • 80 02 76 C3 (+118, -61)
  • 80 02 76 C3 (+118, -61)
  • 80 02 77 C2 (+119, -62)
  • 80 02 76 C3 (+118, -61)
  • 80 02 76 C3 (+118, -61)
  • 00 00 (0,0)

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.

@tatarize tatarize added wontfix This will not be worked on and removed wontfix This will not be worked on labels Aug 3, 2018
lexelby pushed a commit that referenced this issue Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant