Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50740d9

Browse files
committed
Fix M914 value range (-64...+63)
1 parent 2fe3652 commit 50740d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_gcode/M914.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ parameters:
3131
-
3232
tag: X
3333
optional: true
34-
description: Sensitivity of the X stepper driver. A value from -63 to +64.
34+
description: Sensitivity of the X stepper driver. A value from -64 to +63.
3535
values:
3636
-
3737
type: int
3838
-
3939
tag: Y
4040
optional: true
41-
description: Sensitivity of the Y stepper driver. A value from -63 to +64.
41+
description: Sensitivity of the Y stepper driver. A value from -64 to +63.
4242
values:
4343
-
4444
type: int
4545
-
4646
tag: Z
4747
optional: true
48-
description: Sensitivity of the Z stepper driver. A value from -63 to +64.
48+
description: Sensitivity of the Z stepper driver. A value from -64 to +63.
4949
values:
5050
-
5151
type: int

0 commit comments

Comments
 (0)