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

Make the MotionPlanner use coordinate rounding #15

Open
Wallacoloo opened this issue Sep 27, 2014 · 0 comments
Open

Make the MotionPlanner use coordinate rounding #15

Wallacoloo opened this issue Sep 27, 2014 · 0 comments

Comments

@Wallacoloo
Copy link
Owner

It's often impossible to locate the printhead at the exact cartesian coordinates requested. When this is the case, the MotionPlanner just moves as close as it can linearly to the destination without passing it. This leads to cases where the printhead is located, say, .5mm before the destination when executing just one more step would put it a mere .1mm overshoot. In my opinion, the latter is more ideal.

So, the MotionPlanner behavior should switch from going "as close to the destination without passing it" to "As close to the destination as possible."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant