diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6374760db5..406c42f21f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1430,6 +1430,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