BD_SENSOR_PROBE_NO_STOP (#26353)

This commit is contained in:
Keith Bennett 2023-11-25 14:31:53 -08:00 committed by GitHub
parent 8ff937c7d8
commit 924d7769ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1430,6 +1430,9 @@
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C. * Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
*/ */
//#define BD_SENSOR //#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) // A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
//#define SOLENOID_PROBE //#define SOLENOID_PROBE