Quote Originally Posted by Roxy View Post
Yes, this is in the main line code now. But some how, I poisoned the well. I got the M48 pushed back (and accepted). But now, I can't push anything else back up to be reviewed and accepted. That is why I was hoping DACB would push his fork back up. That would get most of the G28 enhancements accepted into the main line code.

We need somebody to step up and take a bullet for the team!

You need to go to the git shell for the durectory location of your marlin fork on you computer and do
Code:
git pull upstream Development
That should catch your version of git up to the current marlin fork.

Then you sync(using the windows github program) for your fork and it will catch your online version up to the online version of marlin

Then you can make changes to your marlin fork to add the next change commit it then sync the change to your fork online thryou can do a pull request...

Ill handle the g29 enhancements just letting you know thats how it works