From ccd3885d84e953cf3f87655656d16532b1fe0654 Mon Sep 17 00:00:00 2001 From: leptun Date: Wed, 15 Jan 2020 23:01:09 +0200 Subject: [PATCH] rephrase G28 W --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 411edc545..6c52e34c0 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -4262,7 +4262,7 @@ if(eSoundMode!=e_SOUND_MODE_SILENT) /*! ### G28 - Home all Axis one at a time G28: Move to Origin (Home) - Using `G28` without any parameters will perfom home of all Axis AND mesh bed leveling, while `G28 W` will just home the printer. + Using `G28` without any parameters will perfom homing of all axis AND mesh bed leveling, while `G28 W` will just home all axis (no mesh bed leveling). #### Usage G28 [ X | Y | Z | W | C ]