From 6c1e113a3780bf978e88b51ba865f0a25eb31f50 Mon Sep 17 00:00:00 2001 From: Mathias Gyldenberg <76220576+MathiasGyldenberg@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:31:29 +0200 Subject: [PATCH] Update G88 command documentation Revised the comment for the G88 command --- 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 226efd84f..224685dde 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -3630,7 +3630,7 @@ extern uint8_t st_backlash_y; //!@n G81 - Mesh bed leveling status //!@n G86 - Disable babystep correction after home //!@n G87 - Enable babystep correction after home -//!@n G88 - Reserved +//!@n G88 - Move Z axis to next full-step position //!@n G90 - Use Absolute Coordinates //!@n G91 - Use Relative Coordinates //!@n G92 - Set current position to coordinates given