-
Notifications
You must be signed in to change notification settings - Fork 52
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
Problem about endstop setting for A B or C axis #20
Comments
So the code actually should move back for any axis, essentially going back until the switch is un-triggered again (but I have never tested this on a real A, B, C axis, so maybe something is off). Maybe it is going too slow ? What are your settings for the A/B/C axis in your configuration file, and what are endstop switch settings there ? |
Also, are the endstops properly mapped? What is the DEBUG output when you start machine-control? From: Henner Zeller [mailto:[email protected]] So the code actually should move back for any axis, essentially going back until the switch is un-triggered again (but I have never tested this on a real A, B, C axis, so maybe something is off). Maybe it is going too slow ? What are your settings for the A/B/C axis in your configuration file, and what are endstop switch settings there ? — |
Sorry for apply so late. |
From the code, things should be working if the switches are properly mapped as pointed out by @bigguiness beagleg/src/gcode-machine-control.cc Lines 927 to 928 in 4693e81
Not sure if this is still a problem right now; since there was no activity on this issue for a while I'd lean towards closing it. |
Actully,The endstop can be setted for A b or C axis , The motor will stop when the endstop is triggered ,but when G28 is runing ,the triggered endstop of A B or C will block the hole progress, untill I release the endstop by hand.
I think that means there is no walking-back move when running G28.
I want to know how to fix it.
The text was updated successfully, but these errors were encountered: