DWiskow / grbl1-1g-Servo

modified spindle_control.c to introduce RC Servo control into grbl 1.1g
23 stars 7 forks source link

Why didn't you start with a fork of gnea/grbl? #2

Open cprezzi opened 4 years ago

cprezzi commented 4 years ago

The correct way to extend a repo of someone else is to make a fork for your changes. This way the original repo is documented for everyone and your changes are clearly visible. You would also be able to add a pull requenst (PR) so the original repo can migrate your changes.

What you have done here is to publish a "new" repo with "stolen" code from another repo. This is not how it should be done.