-
Notifications
You must be signed in to change notification settings - Fork 87
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
Bugs - to be fixed in the next commit. Z-limit has to be polled since it has the same pin number as X preventing enabling interrupt handling for it. #103
Comments
Now Homing in XYZ axes still works when "$H" is sent. But all the three hard limit switches in the XYZ axes can't be triggered. |
All three works for me for triggering hard limit alarm. Did you forget to enable hard limits with $21=1?
Oops, a regression. This line https://github.com/grblHAL/core/blob/bf6823abf91986bc840e5e9497ed9b861000b5d8/motion_control.c#L891 should be
I'll commit a fix later (will be a few days). |
I did enable hard limits with Settings: Grbl, otherwise the homing would not work. Just sent "$21=0" and "$21=1" with MDI input, weird that there was no response (the Settings: Grbl were not changed). BTW, is it possible to send the grbl commands in a CNC file? Thank you for your help. |
| But all the three hard limit switches in the XYZ axes can't be triggered. | All three works for me for triggering hard limit alarm. Did you forget to enable hard limits with $21=1? | I did enable hard limits with Settings: Grbl, otherwise the homing would not work. |Just sent "$21=0" and "$21=1" with MDI input, weird that there was no response (the Settings: Grbl were not changed). Sorry, my bad. I mixed homing enable up with hard limit enable. All three work now for triggering hard limit alarm. And $21=1 works as well. |
| https://github.com/grblHAL/core/blob/bf6823abf91986bc840e5e9497ed9b861000b5d8/motion_control.c#L891 |should be |homed_status = limits_go_home(cycle); Changed this line as suggested and rebuilt. The homing in Z axis failed with alarm 8 even if I increased the pull-off setting to 10mm. The XY axes completed homing with 10mm pull-off. |
Originally posted by @terjeio in #99 (comment)
The text was updated successfully, but these errors were encountered: