From ac0cf5d36650fb9b0b033524c884401fda1a6f36 Mon Sep 17 00:00:00 2001 From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:38:25 -0700 Subject: [PATCH] Expose Bed Distance Sensor "No Stop" Probing Option --- Marlin/Configuration.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 33810011cfbfe..56a9b275ae862 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -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