Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe3652 commit 50740d9Copy full SHA for 50740d9
_gcode/M914.md
@@ -31,21 +31,21 @@ parameters:
31
-
32
tag: X
33
optional: true
34
- description: Sensitivity of the X stepper driver. A value from -63 to +64.
+ description: Sensitivity of the X stepper driver. A value from -64 to +63.
35
values:
36
37
type: int
38
39
tag: Y
40
41
- description: Sensitivity of the Y stepper driver. A value from -63 to +64.
+ description: Sensitivity of the Y stepper driver. A value from -64 to +63.
42
43
44
45
46
tag: Z
47
48
- description: Sensitivity of the Z stepper driver. A value from -63 to +64.
+ description: Sensitivity of the Z stepper driver. A value from -64 to +63.
49
50
51
0 commit comments