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

documentation #119

Open
benoitwimart opened this issue Aug 14, 2022 · 3 comments
Open

documentation #119

benoitwimart opened this issue Aug 14, 2022 · 3 comments

Comments

@benoitwimart
Copy link

Hi,

What is :

  • cornering factor ?
  • point joining radius ?
  • path joining radius ?
@HenrySkup
Copy link

While I'm not 100% positive (so @nornagon please correct me if I'm wrong):


cornering factor
: "Vertex smoothing" on paths which prevents the pen from "overshooting" the vertex due to machine's momentum. CNC machines will do some combination of easing speed in going into and out of a vertex and "filleting" the vertex to prevent the instantaneous zero velocity point which might cause jerk.


These have to do with the finite precision of the plotter/material/visual perception and the trade off of efficiency.

point joining radius
: how close two points have to be to be considered duplicate -- to prevent "unneeded" pen up/down and/or to increase plotting efficiency

path joining radius ?
: how close two path endpoints have to be to be considered/treated as the same -- to prevent "unneeded" pen up/down and/or to increase plotting efficiency

@nornagon
Copy link
Owner

The above is correct. There should probably be a section of the README that explains all the various options!

@benoitwimart
Copy link
Author

Thank you !

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

3 participants