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

Y end stop not trigging, echo:Homing Failed #1

Open
electrovo opened this issue Apr 27, 2024 · 1 comment
Open

Y end stop not trigging, echo:Homing Failed #1

electrovo opened this issue Apr 27, 2024 · 1 comment

Comments

@electrovo
Copy link

I run homing, the x homing was OK, when the build plate went back to hit the end stop, it kept hitting the end stop without stopping,

Error:
echo:Homing Failed
Error:Printer halted. kill() called!
Error:Printer halted. kill() called!

Printer:
Anycubic Chiron with Bltouch.
With Silent stepper motor driver

@electrovo
Copy link
Author

So I checked the pins_RAMPS.h file. I found out that the pin assignment for my chiron was different.
So on the code it was set to pin 14, I changed to pin 42 and it fixed the problem.

Correct pin for my printer:

#ifndef Y_STOP_PIN
#ifndef Y_MIN_PIN
#define Y_MIN_PIN 42

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

1 participant