Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
While looking around the ramps 1.4 pins I noticed that the circuit diagram on reprap.org was wrong
see https://reprap.org/mediawiki/images/archive/f/f6/20250316110106%21RAMPS1.4schematic.png
In the top right of the MEGA Conn section it has RX - D1 and TX - D2 this is in error
It actually RX - D0 and TX - D1 (I have also confirmed this on a real physical ramps 1.4)
See https://docs.arduino.cc/retired/hacking/hardware/PinMapping2560/ for conformation
On the circuit diagram this was again copied in error to the AUX-1 Section
This was in turn copied into marlin for AUX-1
This PR fixes the pins in Marlin, and I have submitted a corrected circuit diagram image https://reprap.org/mediawiki/images/f/f6/RAMPS1.4schematic.png
Requirements
Anything that uses Marlin/src/pins/ramps/pins_RAMPS.h
Benefits
Accurate documentation.