-
-
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] Unexpected error from #22086 #define Z_MIN_PROBE_ENDSTOP_INVERTING false #22101
Comments
The error is error: #error "BLTOUCH requires Z_MIN_ENDSTOP_INVERTING set to false. Please update your Configuration.h file." you have #define Z_MIN_ENDSTOP_INVERTING true in your Configuration.h |
@ellensp I should have communicated more clearly. It doesn't matter if it is set true or false, You get the same error regardless. Please reopen. |
Please read the error |
@ellensp Got it, I can compile now. However with the offending selections in the define statements, my BLTouch worked fine. What's going on here? Will it still work with these #define changes? |
You looked at the PR "remove bltouch auto settings, use error instead of warnings" , I originally added warnings that marlin was resetting some config settings #22069 |
BLTOUCH requires Z_MIN_PROBE_ENDSTOP_INVERTING set to false. Please update your Configuration.h file does that mean i can not change to " True" im using 2.0.9.1 newest Marlin Firmware 2.0.8.0 it worked but now you get this why ? |
Would love to know myself as YouTube guides state to put the setting to 'true', but the latest firmware refuses that setting. |
YouTube videos & older guides are outdated. Follow the error message and set it to false. This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
|
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
#error "BLTOUCH requires Z_MIN_ENDSTOP_INVERTING set to false. Please update your Configuration.h file." error thrown even when
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // Set to true to invert the logic of the probe.
Can not compile.
Bug Timeline
Latest release only. Appears to be from #22086
Expected behavior
Normal compile with noted define set to false, doesn't matter if the define is true or false.
Actual behavior
Throws error and will not compile
Steps to Reproduce
Version of Marlin Firmware
Latest Bugfix
Printer model
Anet A8 with SKR1.3
Electronics
SKR1.3
Add-ons
BLTouch (not a clone)
Your Slicer
Cura
Host Software
OctoPrint
Additional information & file uploads
Marlin.zip
The text was updated successfully, but these errors were encountered: