-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
discuss about backlash #40
Comments
Hi Walter, |
Hi... I understand that this is altruistic work, but I would like to know if there will be a solution. Thanks for your excellent work. |
HI @jgalvarezr, Since I'm retired, summer is more convenient for journey than for computer programing 😃 @++; |
@jgalvarezr: I would also like to mention: Bests |
I don't know if it will be appropriate to continue this thread, but I need help to solve this problem. Accelerations work well in most cases. If I make a Y + movement and then an XY + the X motor does not accelerate, it tries to move instantly at the displacement speed, at that moment steps (all steps) skip. This occurs in some combinations of movements but not in all. |
Hi @jgalvarezr, It will be better for all that you open a new thread for this specific case. @++; |
I have implemented backlash on this code base as per https://github.com/shooter64738/grbl-mega. My changes are here https://github.com/davidlehrian/grbl-Mega-5X-backlash. If you are interested I can create a pull request and you can integrate these changes into your code base. |
Hi @davidlehrian, Thanks for your proposal, backlash is still in my TODO list... @++; |
@fra589 still on your todo list ? |
Hi @Matthias199, Yes, it's still on the list, but I'm pretty busy on another projects... @++; |
Hello @Matthias199, |
@davidlehrian Yeah that was the task for today, it works digital dial gauge says iam in 0.01mm backlash, what is for sure more an messure thing .... did you think of an auto backlash compensation with the endstops ? |
@Matthias199 There is no auto backlash compensation, it must be measured with a dial gauge and entered into the controller code via the commands: X/Y/Z/A/B/C respectively $140=x.xx |
@davidlehrian Yeah i know that! This could help many people without tools to streamline the calibration. |
@Matthias199 No. A good dial indicator is an essential tool for all machinists in order to indicate the position of their workpiece. If they have a CNC mill and/or lathe, they have a dial indicator. |
Hi,
@Schildkroet have done routines for backlash: https://github.com/Schildkroet/GRBL-Advanced
Would it be nice to have also this routines for MEGA 5X ?
BR
Walter
The text was updated successfully, but these errors were encountered: