CarlosGS / grblForCyclone

GRBL port for RAMPS and Sanguinololu boards. Original port was done by ArSi (read description)
Other
84 stars 22 forks source link

Port to another Board like GT2560 #7

Closed fsk25 closed 6 years ago

fsk25 commented 6 years ago

Hello, is it possible to reassign the pins of the Arduino to other functions? I have an old GT2560 and try to get it run. Essentially it is a ramps board with a different pin assignment. Is there something like the pins.h from the marlin firmware in your code?

CarlosGS commented 6 years ago

Yep! Have a look at https://github.com/CarlosGS/grblForCyclone/blob/grblForCyclone/cpu_map.h#L468

fsk25 commented 6 years ago

Pretty cool. It works. You made my day!

CarlosGS commented 6 years ago

Fantastic! you made mine :-)