Skip to content

Add BLtouch bed level sensor

robert edited this page Jun 18, 2019 · 2 revisions

1.wiring

wiring to board

2.Edit Configuration.h file:

1)edit

//#define BLTOUCH
to
#define BLTOUCH

2)edit

#define Z_MIN_ENDSTOP_INVERTING true//false // set to true to invert the logic of the endstop.
to
#define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.