From 35dad3fdfe37866c0a0f77bef14f2a555d4cbe0f Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 19 Aug 2024 15:00:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20BIQU=20MicroProbe=20followup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c2fb4fdb95..557ba6a089 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1469,7 +1469,8 @@ * A lightweight, solenoid-driven probe. * For information about this sensor https://github.com/bigtreetech/MicroProbe * - * Also requires: PROBE_ENABLE_DISABLE, ENDSTOP_INTERRUPTS_FEATURE if FT_MOTION is enabled. + * Also requires PROBE_ENABLE_DISABLE + * With FT_MOTION requires ENDSTOP_INTERRUPTS_FEATURE */ //#define BIQU_MICROPROBE_V1 // Triggers HIGH //#define BIQU_MICROPROBE_V2 // Triggers LOW