triffid / FiveD_on_Arduino

Rewrite of reprap mendel firmware
http://forums.reprap.org/read.php?147,33082
GNU General Public License v2.0
30 stars 12 forks source link

greycode #4

Closed jgilmore closed 13 years ago

jgilmore commented 13 years ago

My repstrap sets coil polarity directly, instead of using step/dir pins. This change probably isn't too useful for anybody but me, but would make it much easier for me to keep up with bugfixes etc.

Also note a change to the makefile. Touching config.h will now force everything to recompile. Should probably also add *.h to the depancies. Or perhaps include the "make deps" target? Not nearly as important to me as the greycode change though.

Traumflug commented 13 years ago

Pulled the Makefile thing, but pulling the other one won't help in what you want to do, AFAIK. For pulling in changes in the original repo, just do a rebase and your local changes should be kept on top of that. That's how I'm doing things all day with a local copy of the repo plus a local-only working branch.