Quote Originally Posted by printbus View Post
Sounds good. Safe to assume updates would be noted here?
Definitely.

Quote Originally Posted by AbuMaia View Post
What do we do with the configuration.h.makerfarm?

Also, I'm getting this error when compiling:

Marlin_main.cpp: In function ‘void prepare_arc_move(char)’:
Marlin_main.cpp:4166:49: error: ‘hypot’ was not declared in this scope
float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc

I do not know why, it's the same as the line in the old Marlin_main.cpp.
The *.makerfarm could be removed from the repo, I suppose. They are from the MakerFarm firmware source ball I downloaded from MakerFarm's Google Drive. They are for reference only.

As for your compilation problem... I just went to a new machine and did a git clone into a new directory. Then I opened the Marlin.ino in Marlin/Marlin in the Arduino IDE (1.05) and hit Verify. Does this differ from your protocol? Make sure you are in a new directory. I will add that this also builds under 1.5.2 (both on a Mac).