-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Can we merge this in some way ? #170
Comments
👋 👋 Happy to slice my fork up into discrete PRs once we get @fra589's high level approval to merge the features. |
Hi @jlirochon, Hi @johnboiles, Happy new year to you too, @++; |
Wow enjoy your vacation!!! |
I'm running grbl-mega-5x on my MPCNC (with rampps board) and I'm using the autosquare feature described above since the beginning - what is the difference to the original code? Ok, I don't know if it's possible to define offsets, but I never had the need of it. But I'm always looking for improvements! :) Happy new (and better) year @ALL! Raphael |
@RaphaelDives the use case is that you put your endstops in a sensible position, but instead of tuning the machine by moving the endstops, you can tune by settings offsets. I am plotting the biggest rectangle I can, then by measuring diagonals of the rectangle I can tell if it's skewed or not. If it's skewed I can slightly increment the offset (say +0.20mm / +0.008in) on one well chosen endstop, and try again until it's perfect. I never tried the original flavor of grbl-Mega-5x so I can only imagine it's a bit more tedious to move the endstops mechanically, but maybe it's not ? Other changes are dedicated to RAMBo boards, which I see as a slightly improved version of a RAMPS board with included stepper drivers. |
@jlirochon yes, that IS a tedious task, especially because moving one endstop also influences the position of the other... :D |
Hi Gauthier,
Happy new year, hope you are doing great !
Some time ago, @johnboiles forked grbl-Mega-5X and added the following features :
He did this to support MPCNC machines, but I wonder if the changes could be reintegrated at least partially into grbl-Mega-5X ? Actually the code seems to be too specific to the MPCNC, but I can refactor into generic features matching your requirements if you are OK with the idea. The goal here is to reduce the burden of merging upstream changes + there is no will to drive a dedicated project.
You can see his work here : https://github.com/johnboiles/grbl-Mega-5X/commits/mpcnc-rambo-support
Let me know what you think. If you want we can talk about it in some Western Europe dialect ^^
The text was updated successfully, but these errors were encountered: