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

sudden stops in XY zeroing routine cause imprecision #1

Open
Madouc opened this issue Feb 20, 2018 · 1 comment
Open

sudden stops in XY zeroing routine cause imprecision #1

Madouc opened this issue Feb 20, 2018 · 1 comment
Assignees

Comments

@Madouc
Copy link

Madouc commented Feb 20, 2018

currently the XYzero routine causes the stopbot to execute a sudden stop as soon as the endstop is reached.

however, if the physical endstop is not located right behind the sensor, there should be space to come to a ramped stop.

the ON INPUT command allows for a ramped stop by using the second parameter ( &TrgtHIT in the xyzero routine)
This should however only be used on the big-moves as you want to have a precise (repeatable) stopping point with the small moves.

Ramp-down should be adapted to stay within the end-stop detection.
Or after a big-move, the detection-interrupt could be adapted to only trigger when the carriage moves off the endstop.
(this would allow for moving on to the endstop without triggering a stop)

@JensDyvik
Copy link
Member

Great. Thank you for good input. I will test implement a ramped down big move. On our 96-48 alphas we have only about 10mm between the proximity switch trigger point and physical endstop to allow maximum work area and space for probing the bit on a probing plate. I am curious to how much travel we will need for a decent ramp down from high speed jogging. Will report back.

@JensDyvik JensDyvik self-assigned this Feb 22, 2018
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

2 participants