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

Good Sensorless Minimum Homing Distance Comparison #78

Closed
lraithel15133 opened this issue Oct 28, 2023 · 1 comment
Closed

Good Sensorless Minimum Homing Distance Comparison #78

lraithel15133 opened this issue Oct 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lraithel15133
Copy link
Contributor

I'm suggesting adding functionality to #65 that, on second home (via minimum homing distance), it compares the distance to the home move.
If homing retract distance is 10mm, you should see ~10mm worth of movement + some margin of error between the move start and it hitting the endstop. If you don't, throw an error as a sensorless homing fault has occurred.

Say your sensorless triggers mid X travel, it will retract 10mm and rehome. If it moves more than 10mm, it will throw a fault.
If your toolhead is at the endstop, and it hits the endstop, it will retract 10mm, rehome, calculate distance moved to be ~10mm, and will not throw a fault.

One issue with this idea is that it will not function if the distance traveled is OVER minimum homing distance/retract distance, but it triggers mid beam.

Hopefully all of this makes sense.

@lraithel15133 lraithel15133 changed the title Good Sensorless Minimum Retract Distance Comparison Good Sensorless Minimum Homing Distance Comparison Oct 28, 2023
@rogerlz rogerlz added the enhancement New feature or request label Nov 3, 2023
@rogerlz
Copy link
Contributor

rogerlz commented Dec 19, 2023

can you check if #90 satisfies what you need? It includes a min_home_dist parameter.

@rogerlz rogerlz closed this as completed Jan 15, 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
Projects
None yet
Development

No branches or pull requests

2 participants