✨ Bed Distance Sensor (#24554)
This commit is contained in:
@@ -166,6 +166,11 @@ class Endstops {
|
||||
*/
|
||||
static void update();
|
||||
|
||||
#if ENABLED(BD_SENSOR)
|
||||
static bool bdp_state;
|
||||
static void bdp_state_update(const bool z_state) { bdp_state = z_state; }
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Get Endstop hit state.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user