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

marlin 2.1.1 inverted endstop #11

Open
R3xpook opened this issue Dec 8, 2022 · 2 comments
Open

marlin 2.1.1 inverted endstop #11

R3xpook opened this issue Dec 8, 2022 · 2 comments

Comments

@R3xpook
Copy link

R3xpook commented Dec 8, 2022

In the no bl touch version marlin 2.1.1 line 1099
#define Z_MIN_ENDSTOP_INVERTING false
need to be changed into
#define Z_MIN_ENDSTOP_INVERTING true

@ldhall1856
Copy link

Could someone help me with editing this? I'm having the same issue but don't fully understand how to use auto build marlin and how to know how to build it without bltouch.

@Nandox7
Copy link

Nandox7 commented Dec 29, 2023

You don't use Auto Build with this firmware, there is a note in the instructions.

As for the Z inverted, search for the line mentioned aboce in the configurations.h file and change from false to true.

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

3 participants