From 924d7769ec3dd65f89b53b45b94998c5d5cb1748 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:31:53 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20BD=5FSENSOR=5FPROBE=5FNO=5FSTOP=20(?= =?UTF-8?q?#26353)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 3 +++ 1 file changed, 3 insertions(+) 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