-
Notifications
You must be signed in to change notification settings - Fork 23
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
Z offset issue #4
Comments
Does it work with an older version? |
Same with the 3 versions Doing AUTO HOME (Option) And I cannot move the Z axis DOW with the panel control (only UP) My Board is this one : |
It works fine for me. https://bubba.d.pr/fyy8Mm |
Dear Wilson
|
@navivfr You have the GD32F303 RET6 chip mcu @bdwilson could this be an issue? some are STM32 some are GD32F303. seems to be an issue with Ender3 pros |
@bdwilson, I noticed this issue of z not homing and fixed it, there was a minor error with your code where the z end stop needed to be inverted, I changed it from false to true as seen below. This is from configuration.h. #define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. #define I_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. |
I just realised someone has already posted this solution (@R3xpook) but its here if you need it! |
I have this version
Use this firmware :
https://github.com/bdwilson/KP3S/tree/main/releases/2.0.9.3
ISSUE: I cannot home the Z.
I can move it up, but never down...
The text was updated successfully, but these errors were encountered: