-
-
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] Z Endstop not triggering at MKS BASE/GEN L #16393
Comments
Can you enable M43 http://marlinfw.org/docs/gcode/M043.html see what it has to say about Z endstop pins? |
I tried the M43 E1 after enabling the "#define PINS_DEBUGGING" at the Configuration_adv.h As seen below I send the command and the monitor begins.
Next I send a M119 Next I attach a mechanical endstop at the ZMIN port and I press it and nothing happens.... I move the same switch at the YMIN port and press it and the endpoint monitor reports that there was a change: So it seems like the ZMIN port is "ignored" not detected at all... |
You have #define SERIAL_PORT_2 1 in your Configuration.h |
Thanks! I missed that, disabling the SERIAL_PORT_2 and after that the Z_Min works again. |
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. |
Bug Description
After upgrading from 1.1.9.x to 2.0.0 & 2.0.1 & 2.0.x bugfix releases the Z-Endstop at the MKS Base 1.4 & MKS Gen L 1.0 boards is not working anymore, if downgrade at 1.1.9 release the issue is fixed. So something has been missed with the Z-Endstop.
My Configurations
config.zip
Steps to Reproduce
Just upgrade and test the Z-Endstop with M119, while for X & Y the endstop gets triggered, for Z-Endstop it never gets triggered.
I have an SKR 1.3 with 2.0.x bug (pre-2.0 release) and there I have no issue with the Z-Endstop...
The text was updated successfully, but these errors were encountered: