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

Standard intepretation of feedrate for multi-axis machines #30

Open
naikymen opened this issue Sep 18, 2024 · 0 comments
Open

Standard intepretation of feedrate for multi-axis machines #30

naikymen opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@naikymen
Copy link
Owner

naikymen commented Sep 18, 2024

In short, F is interpreted in its context.

  • F is linear in XYZ moves: mm/min.
  • F is angular in ABC moves: deg/min.
  • For mixed moves, F is calculated along the path: mm/min.

Different machines may also require configurable interpretations of acceleration and limits. It is not yet clear how these limits should be applied or interpreted.

  • Standard rotational axes are "wrapped": they are treated as linear axes with infinite limits.
    • Still, we want limits for machines with physical limits to rotation (e.g. pnp machines).
  • Some axes should not be limited by the same acceleration limit set for XYZ or other axes.
@naikymen naikymen added enhancement New feature or request help wanted Extra attention is needed labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant