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

[BUG] BLTouch Pin Config for SKR 3.0 is incorrect #767

Open
WizardOfYendor1 opened this issue May 15, 2024 · 1 comment
Open

[BUG] BLTouch Pin Config for SKR 3.0 is incorrect #767

WizardOfYendor1 opened this issue May 15, 2024 · 1 comment

Comments

@WizardOfYendor1
Copy link

I upgraded my fully functional ender 3 creality board 4.2.7 to a SKR mini 3.0 (NOT 3.0.1) that was using a BLTouch.

I verified my config with issuing the klipper debug commands BLTOUCH_DEBUG COMMAND=pin_down and BLTOUCH_DEBUG COMMAND=pin_up. Both worked successfully. I also verified continuity in the wiring to ensure all the pins were connected to the board properly.

Despite that, I was getting an error when homing the z-axis with Klipper reporting "BLTouch failed to verify sensor state".

After some digging around I changed the BLTouch pin configuration as referenced here: https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/firmware/V3.0/Klipper/SKR-mini-E3-V3.0-klipper.cfg

I changed this line to include the caret (^) in front of the pin PC14 like this: sensor_pin: ^PC14

After I did that single change, everything worked. I was able to home my z axis. I suggest this should be changed in the sample config referenced above.

@halrapinyo
Copy link

Any difference for Marlin?

#define Z_MIN_PROBE_PIN ^PC14

tried this but not really works do you have any clue?

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

2 participants