From bd426d40cd72bad9935a00914b007a0318365646 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 14 Oct 2021 19:10:22 -0500 Subject: [PATCH] Tweak M401 --- Marlin/src/gcode/probe/M401_M402.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Marlin/src/gcode/probe/M401_M402.cpp b/Marlin/src/gcode/probe/M401_M402.cpp index 390c31b2db..4854f33783 100644 --- a/Marlin/src/gcode/probe/M401_M402.cpp +++ b/Marlin/src/gcode/probe/M401_M402.cpp @@ -33,8 +33,9 @@ /** * M401: Deploy and activate the Z probe - * BLTouch Only : - * S : Set High Speed Mode + * + * With BLTOUCH: + * S Set High Speed (HS) Mode and exit without deploy */ void GcodeSuite::M401() { #if ENABLED(BLTOUCH)