Open Recoil1980 opened 3 years ago
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 (_positionendstop: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.
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. And you can give me your cfg file, maybe i can check something.
I ran into similar issue when setup sensorless homing, found error in PinOut.SVG by check pin connection with multimeter see issue #49
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?