Closed zkreider closed 3 years ago
Are you able to wire the motors in parallel? You could use the one y port for both motors then.
Hi @zkreider,
grbl-Mega-5X run on Arduino Mega 2560 and it's able to clone any axis on any hardware output by simply affect the name of axis in the config.h file.
See : https://github.com/fra589/grbl-Mega-5X/issues/4#issuecomment-404512389 or search for grbl-mega-5x clone axis in Google for more info.
@++;
Gauthier.
Hi all,
I currently have a controller running grbl1.1h that allows for one motor per x,y,z axis. My laser table doesn't have a need for z axis control. Is there a way to use the spare z-axis port for a second y-axis motor? I'm having trouble finding a simple fix in the grbl source code. Any help would be greatly appreciated. Thanks!