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

Non-bltouch 2.1.1 #13

Open
KnownOriginator opened this issue Jan 11, 2023 · 3 comments
Open

Non-bltouch 2.1.1 #13

KnownOriginator opened this issue Jan 11, 2023 · 3 comments

Comments

@KnownOriginator
Copy link

Trying to use the 2.1.1 firmware for a my KP3S Pro (I changed the bed size to 210x210, hopefully that's fine), when I try to home the Z axis the gantry just kinda goes up a bit then stops. X homed fine, Y had to be reverse in firmware but that's fine. Z though, that's giving me a fit. I've reverted to the stock firmware from Kingroon for now.

@icreated4333
Copy link

in configuration.h, change the z endstop from false to true. I had the same issue and this fixed it.

#define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // this was initially false

@finland777
Copy link

in configuration.h, change the z endstop from false to true. I had the same issue and this fixed it.

#define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. #define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. #define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // this was initially false

Are you able to upload a robin_nano.bin file with the corrections? I'm struggling to learn how to build a new file with the correction.

@anthonysedore
Copy link

anthonysedore commented Feb 4, 2025

This is the Marlin 2.1.1 No BL Touch firmware with the "#define Z_MIN_ENDSTOP_INVERTING true" correction done
I tested it with my KP3S without BL Touch
Robin_nano.zip

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

4 participants