Skip to content

Commit ac0cf5d

Browse files
committed
Expose Bed Distance Sensor "No Stop" Probing Option
1 parent caca563 commit ac0cf5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Marlin/Configuration.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,9 @@
14271427
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
14281428
*/
14291429
//#define BD_SENSOR
1430+
#if ENABLED(BD_SENSOR)
1431+
//#define BD_SENSOR_PROBE_NO_STOP // Probe bed without stopping at each probe point
1432+
#endif
14301433

14311434
// A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
14321435
//#define SOLENOID_PROBE

0 commit comments

Comments
 (0)