From cddf64ad5e6811a0217e675c9288e3aebd71cd9d Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 11 Nov 2020 15:28:48 -0500 Subject: [PATCH] Update G34_M422.cpp --- Marlin/src/gcode/calibrate/G34_M422.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Marlin/src/gcode/calibrate/G34_M422.cpp b/Marlin/src/gcode/calibrate/G34_M422.cpp index 54eab78775..3db68519c7 100644 --- a/Marlin/src/gcode/calibrate/G34_M422.cpp +++ b/Marlin/src/gcode/calibrate/G34_M422.cpp @@ -50,9 +50,13 @@ /** * G34: Z-Stepper automatic alignment - * + * Manual stepper lock controls: * L Unlock all - * Z<1-4> Set separate multi-axis and lock/unlock a Z stepper + * Z<1-4> Select Z stepper to act on + * S Boolean value for lock state to set + * + * Example G34Z1S1;G34Z2S1;G34Z3S0 to unlock only the 3rd Z stepper + * Reset by G28 * * With Z_STEPPER_AUTO_ALIGN: * I