From 0aded84207c3dc7be3bd0397b086f38600261e04 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 9 Feb 2026 15:59:05 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20AxisEnum=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/core/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/core/types.h b/Marlin/src/core/types.h index 02ee0d9dd1..0f1f98b53b 100644 --- a/Marlin/src/core/types.h +++ b/Marlin/src/core/types.h @@ -350,9 +350,9 @@ typedef struct { // // Enumerated axis indices // -// - X_AXIS, Y_AXIS, and Z_AXIS should be used for axes in Cartesian space -// - A_AXIS, B_AXIS, and C_AXIS should be used for Steppers, corresponding to XYZ on Cartesians -// - X_REAL, Y_REAL, and Z_REAL should be used for axes on Core kinematics +// - X_REAL, Y_REAL, and Z_REAL should be used for axes in Cartesian space +// - A_AXIS, B_AXIS, and C_AXIS should be used for Steppers +// - X_AXIS, Y_AXIS, and Z_AXIS are now more generic interchangeble indexes // enum AxisEnum : uint8_t {