0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 02:36:19 +00:00

📝 Fix a comment

This commit is contained in:
Scott Lahteine 2023-03-03 13:42:46 -06:00
parent 49911c8f5d
commit 593567b440

View file

@ -936,7 +936,7 @@
/** /**
* Number of Primary Linear Axes (e.g., XYZ) * Number of Primary Linear Axes (e.g., XYZ)
* X, XY, or XYZ axes. Excluding duplicate axes (X2, Y2. Z2. Z3, Z4) * X, XY, or XYZ axes. Excluding duplicate axes (X2, Y2, Z2, Z3, Z4)
*/ */
#if NUM_AXES >= 3 #if NUM_AXES >= 3
#define PRIMARY_LINEAR_AXES 3 #define PRIMARY_LINEAR_AXES 3