PINS.H TOO LONG!!!
I need to reconfigure the pins that drive my X,Y, and Z motors. I am using an Arduino Mega 2560 with RAMPS 1.4.
My problem:
There are multiple sections in Pins.h that specify an Mega. How do I know my motherboard number? There is also no section for RAMPS_1_4. Is this the same as RAMPS_1_3? I would assume so.
I guess it would be nice to have a Pins.h with the absolute minimum, not 2K lines of code. Does anyone have something like this that I could use?
Comments
It seems like the best solution would be to allow the config tool to write an abbreviated version of pins.h.