Skip to content
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

Fix #17205 Don't setup encoder pins with a ZONESTAR_LCD #18335

Merged
merged 3 commits into from
Jun 17, 2020

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Jun 17, 2020

Requirements

A Zonestar LCD on a controller that includes "pins_RAMPS.h" such as the ZRIB motherboard.

Description

The current pins_RAMPS.h incorrectly sets up encoder pins when a ZONESTAR_LCD is selected.
The ZONESTAR_LCD has 5 buttons on a ADC pin not an encoder.
This can (and has) lead to pin conflicts.

Benefits

Disables setting up to Encoder pins if ZONESTAR_LCD is set.

Related Issues

#17205

@thinkyhead
Copy link
Member

I've modded it slightly to check for ADC_KEYPAD instead, as this is also set by ZONESTAR_LCD.

@thinkyhead thinkyhead merged commit f13ca24 into MarlinFirmware:bugfix-2.0.x Jun 17, 2020
@ellensp ellensp deleted the bugfix-2.0-#17205 branch June 29, 2020 13:48
jmp0x0000 pushed a commit to jmp0x0000/Marlin that referenced this pull request Aug 7, 2020
HairingX pushed a commit to HairingX/Marlin that referenced this pull request Jun 16, 2021
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.

None yet

2 participants