Skip to content

Commit fd18827

Browse files
committed
Expose Bed Distance Sensor "No Stop" Probing Option
1 parent 28bc197 commit fd18827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Marlin/Configuration.h

+3
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,9 @@
14301430
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
14311431
*/
14321432
//#define BD_SENSOR
1433+
#if ENABLED(BD_SENSOR)
1434+
//#define BD_SENSOR_PROBE_NO_STOP // Probe bed without stopping at each probe point
1435+
#endif
14331436

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

0 commit comments

Comments
 (0)