FarmBot / farmbot-arduino-firmware

Arduino firmware that executes g-code like commands over a serial line to move the FarmBot and operate the tool mount
MIT License
421 stars 197 forks source link

Add files via upload #104

Closed PhobosIndustries closed 6 years ago

PhobosIndustries commented 6 years ago

Rewrote a lot of code to suit the existing farmbot development methods. I don't fully understand the 'Class::getInstance->function()' style, but it works for the farmbot team, and now it works here too. Fixed movement errors - now reports encoder positions during movement. The CANbus functionality was previously locked out by the 'while (axisActive[...' section of StepperControl.cpp was in effect. *Sending 'zero axis' commands now changes the remote modules as well

*Still to fix: