Skip to content

update aux-1 pins on ramps #27745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2025

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Mar 16, 2025

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

Pin Number	Pin Name	Mapped Pin Name
2	    PE0 ( RXD0/PCINT8 )	Digital pin 0 (RX0)
3	    PE1 ( TXD0 )	Digital pin 1 (TX0)

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.

@thinkyhead
Copy link
Member

I'll be sure to add this to all the LTS branches also.

@thinkyhead thinkyhead merged commit 26aac7a into MarlinFirmware:bugfix-2.1.x Mar 19, 2025
65 checks passed
thinkyhead pushed a commit that referenced this pull request Mar 19, 2025
thinkyhead pushed a commit that referenced this pull request Mar 19, 2025
thinkyhead pushed a commit that referenced this pull request Mar 19, 2025
thinkyhead pushed a commit that referenced this pull request Mar 19, 2025
@ellensp ellensp deleted the fix-aux-1-pins branch March 20, 2025 00:02
EvilGremlin pushed a commit to EvilGremlin/Marlin that referenced this pull request May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants