Skip to content

Commit 3946326

Browse files
authored
✏️ Assisted Tramming threads followup (#27437)
Followup to 45b9680
1 parent a7b3989 commit 3946326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/Configuration_adv.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,8 @@
11101110
* Screw Thread. Use one of the following defines:
11111111
*
11121112
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113-
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114-
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1113+
* M4_CW = M4 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M5 Clockwise, M5_CCW = M5 Counter-Clockwise
11151115
*
11161116
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11171117
*/

0 commit comments

Comments
 (0)