bdurbrow / grbl-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/gnea/grbl/wiki
MIT License
35 stars 8 forks source link

Y axis clone #29

Open lgojniczek opened 3 years ago

lgojniczek commented 3 years ago

Hi

How to clone Y axis? I uncommented out following line in cpu_map.h:

define CLONE_Y_AXIS

and my cloned Y motor (with driver in port E1) moves but grinding a lot (it is connected 100% correct)

Thanks in advance