From a69422f2bc36712557a329ed2bde2fba7101961f Mon Sep 17 00:00:00 2001 From: Katelyn Schiesser Date: Tue, 15 Jun 2021 23:27:04 -0700 Subject: [PATCH] add a comment for the 'L' parameter of G28 #22125 --- Marlin/src/gcode/calibrate/G28.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp index 61e7ab42335b0..97055bb691f9e 100644 --- a/Marlin/src/gcode/calibrate/G28.cpp +++ b/Marlin/src/gcode/calibrate/G28.cpp @@ -195,8 +195,8 @@ * None Home to all axes with no parameters. * With QUICK_HOME enabled XY will home together, then Z. * + * L Restore leveling state after homing (default: true) * O Home only if position is unknown - * * Rn Raise by n mm/inches before homing * * Cartesian/SCARA parameters