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

X+ endstop not firing on PA1 #37

Open
Recoil1980 opened this issue Aug 5, 2021 · 3 comments
Open

X+ endstop not firing on PA1 #37

Recoil1980 opened this issue Aug 5, 2021 · 3 comments

Comments

@Recoil1980
Copy link

On setting up the new board I had sensorless homing setup. I ran into issues not being able to properly set the sensitivity and decided to switch to mechanical end stops. This is on an Ender 5 Plus modified for core XY, so end stops are at max X & Y (right rear). Board connectors are wired with red wire on tan pins, black on black pins (see picture)

X+ was on PA1 and Y+ was on PA2. The X+ would not trigger but the Y+ would. I swapped connections on the board and X+ on PA2 would trigger but Y+ on PA1 would not trigger. I put Y+ back on PA2 and moved X+ to PA3, and both trigger correctly. The soldering on the back of the board on PA1, PA2, and PA3 looks good. Is it possible there is an issue with my PA1 connection?

@Darkwingduc
Copy link

Darkwingduc commented Aug 8, 2021

I ran into the opposite issue with mine. It is most likely just an issue with the code. try different configs and see if something works. In klipper the endstop postion was set to max like this (position_endstop:280) It kept homing backwards and I changed stepper direction and tried many other things until I finally noticed that one line was screwing me up. Maybe that one line is all you need.

@GerogeFu
Copy link
Contributor

GerogeFu commented Aug 10, 2021

On setting up the new board I had sensorless homing setup. I ran into issues not being able to properly set the sensitivity and decided to switch to mechanical end stops. This is on an Ender 5 Plus modified for core XY, so end stops are at max X & Y (right rear). Board connectors are wired with red wire on tan pins, black on black pins (see picture)

X+ was on PA1 and Y+ was on PA2. The X+ would not trigger but the Y+ would. I swapped connections on the board and X+ on PA2 would trigger but Y+ on PA1 would not trigger. I put Y+ back on PA2 and moved X+ to PA3, and both trigger correctly. The soldering on the back of the board on PA1, PA2, and PA3 looks good. Is it possible there is an issue with my PA1 connection?

If you have a multimeter, you can check the connection of the DIAG pin.
image
And you can give me your cfg file, maybe i can check something.

@lvitol
Copy link

lvitol commented Oct 5, 2021

I ran into similar issue when setup sensorless homing, found error in PinOut.SVG by check pin connection with multimeter
see issue #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants