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

BL Touch #20

Open
danielbors72 opened this issue Mar 12, 2020 · 3 comments
Open

BL Touch #20

danielbors72 opened this issue Mar 12, 2020 · 3 comments

Comments

@danielbors72
Copy link

how do i connect bltouch?

@phongshader
Copy link

I would like to know as well.

@leseaw
Copy link

leseaw commented Apr 22, 2020

#8

read this :)

@Celcius1
Copy link

Celcius1 commented Oct 4, 2020

The Servo Header should do it, but if you have the version (which I have) that does not have a servo header, make the following changes to connect a BL Touch

in the pins_RUMBA32_common.h

change Z_MAX_PIN from PD10 to PA4 (just select a random unused pin)

change SERVO0_PIN from PA15 to PD10
this utilises the Z_MAX_PIN for the BL Touch like that has been used on some boards but be mindful to run the 5v for the BL Touch to a 5V power pin, as the endstop pins are configured for 3.3v by default

and do the usual changes to get the BL Touch working.

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