-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Using up and down buttons does not work #26422
Comments
This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report. |
These suggestions did not work. Therefore I can only assume this functionality isn't available to ive changed it to a Feature Request. |
Buttons already work. Our Discord server is probably the best place to receive technical support, so please join! |
I was ignored on the discord server. |
Ok I have solved the problem. the issue was:
needs changing to:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
I defined BTN_UP and BTN_DOWN in pin_.h
I may have done it wrong but there is no documentation covering this.
Bug Timeline
Not sure
Expected behavior
Expected pressing the up and down buttons I assigned, to navigate the menu.
Actual behavior
Nothing happens
Steps to Reproduce
I defined BTN_UP and BTN_DOWN in pins_.h or in my case the pins_CREALITY_V4.h
Version of Marlin Firmware
02010201
Printer model
No response
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration files are unmodified from stock creality ender 3 board 4.2.2 in configurations repository
The text was updated successfully, but these errors were encountered: