-
-
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] X_MIN_ENDSTOP_HIT_STATE LOW without any other result than HIGH #27624
Comments
Do some basic diagnosis Use M119 to see endstop status https://marlinfw.org/docs/gcode/M119.html Or enable LCD_ENDSTOP_TEST and watch them on the LCD My guess is you simply have the endstops plugged into the wrong ports Or you ignored or didn't see the warning |
Tested on my hardware |
Your initial statement "My endstops are NC, so I configure #define X_MIN_ENDSTOP_HIT_STATE LOW" is wrong NC is the switch is normally closed, when switch is not activated IE NC endstops should be configured as {X|Y|Z}_MIN_ENDSTOP_HIT_STATE HIGH |
There were some errors in my wiring to fix:
And now: It works |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
My endstops are NC, so I configure #define X_MIN_ENDSTOP_HIT_STATE LOW, but it's still the same result as HIGH.
Same for other axis Y.
Bug Timeline
bug
Expected behavior
I would expect #define X_MIN_ENDSTOP_HIT_STATE LOW is the same as old X_MIN_ENDSTOP_INVERTING TRUE
Actual behavior
Homing does not work, due too printer always think axis is at point zero.
Display: "Homing Failed: / PRINTER HALTED / Please Reset"
Steps to Reproduce
compile marlin with both configs:
#define X_MIN_ENDSTOP_HIT_STATE LOW &
#define X_MIN_ENDSTOP_HIT_STATE HIGH
Both will be the same result.
Version of Marlin Firmware
2.1.3 Beta 1
Printer model
Ender 3 Pro
Electronics
SKR MINI E3 V3.0
LCD/Controller
CR10 stock
Other add-ons
BL touch
Bed Leveling
ABL Bilinear mesh
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
The text was updated successfully, but these errors were encountered: