Skip to content

Commit 197b319

Browse files
committed
📝 Fix a comment
1 parent e03dfb8 commit 197b319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/Conditionals_LCD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@
919919

920920
/**
921921
* Number of Primary Linear Axes (e.g., XYZ)
922-
* X, XY, or XYZ axes. Excluding duplicate axes (X2, Y2. Z2. Z3, Z4)
922+
* X, XY, or XYZ axes. Excluding duplicate axes (X2, Y2, Z2, Z3, Z4)
923923
*/
924924
#if NUM_AXES >= 3
925925
#define PRIMARY_LINEAR_AXES 3

0 commit comments

Comments
 (0)