It was working just fine. The Y axis would go backwards to the Y end stop. stop them move forward just a bit and them back again slowly to trigger it again. But for some reason it stopped doing that and now at home y instead of going back to find the endstop it just moves forward a small bit and stops. calling that then the now y = 0
I have it on its side right now and checking the cabling to see if that came off.
Any chance you know the wiring paramaters of the Ender 5 plus filament sensor. Would like to wire that up to the EO Endstop while I have it opened up. Trying to find the info on the web.
Here is my current Homey.g
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-335 F3000 ; move quickly to Y axis endstop and stop there (first pass)
G1 H2 Y5 F6000 ; go back a few mm
G1 H1 Y-335 F300 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning