-
Notifications
You must be signed in to change notification settings - Fork 9
How to wire BLtouch
Mark edited this page Dec 28, 2021
·
1 revision
Pin | BLTOUCH/3D TOUCH | PandaZHU | PandaM4 |
---|---|---|---|
3Pin | Brown(GND) , Red(5V) , Orange(control signal) | 5V , G(GND) , PWM(control signal GPIO0) | 5V , G(GND) , S(control signal GPIO0) |
2Pin | Black(GND) , White(Zmin) | G(GND) , Zmin(GPIO21) | G(GND) , Zmin(GPIO21) |
- Edit the "configuration.h", find the BLtouch and enable it like the following
before:
// #define BLTOUCH
after:
#define BLTOUCH
mount BLTOUCH download: https://www.thingiverse.com/thing:3584158