Skip to content

Commit

Permalink
Expose Bed Distance Sensor "No Stop" Probing Option
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Oct 18, 2023
1 parent caca563 commit ac0cf5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,9 @@
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
*/
//#define BD_SENSOR
#if ENABLED(BD_SENSOR)
//#define BD_SENSOR_PROBE_NO_STOP // Probe bed without stopping at each probe point
#endif

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

0 comments on commit ac0cf5d

Please sign in to comment.