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

Smashing into limit switches while homing after autolevel #1214

Open
WesBrenner opened this issue May 26, 2023 · 0 comments
Open

Smashing into limit switches while homing after autolevel #1214

WesBrenner opened this issue May 26, 2023 · 0 comments

Comments

@WesBrenner
Copy link

The title is the symptom but the solution was to override the defaults for grbl. Originally I thought the error was a artifact of doing a autolevel in bCNC because I had never had a problem with homing until I tried to home after an autolevel. After replacing the Z limit switch a number of times (had ordered plenty) I discovered the culprit was the homing defaults in grbl. The default for debouncing is 250 microseconds and the speed of approach was 500mm/min. In .250 seconds the movement will be 2.08mm. That means that the machine must read the switch and stop within 2mm or do damage. That was on the border of my micro-switch's movement so a little inertia and the micro-switch was toast. After reading the grbl how to on the home debounce switch it recommended 5 to 25 microseconds. After changing the the debounce to 25 micro seconds ($26=25) and for added safety changing the homing travel speed from 500mm to 250mm ($25=250), I have no further problems with homing.

Don't know if this belongs in issues or a pull request to change the default for $26 to something more like the 25 microseconds suggested.

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

1 participant