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

Encoder positioning update #86

Closed TimEvWw closed 7 years ago

TimEvWw commented 7 years ago

Movement control has moved from the interrupt handler to the regular movement loop. It sacrifices some smoothness in movement in favor of accurate encoder positioning.