We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b53baf commit 0794de6Copy full SHA for 0794de6
1 file changed
docs/src/motion/external-offsets.adoc
@@ -72,7 +72,7 @@ pins used for wheel jogging.
72
At each servo period, the 'axis._L_.eoffset-counts' pin is compared to
73
its value in the prior period. The increase or decrease (positive
74
or negative delta) of the 'axis._L_.eoffset-counts' pin is multiplied
75
-by the current 'axis.__L.eoffset-scale' pin value. This product is
+by the current 'axis._L_.eoffset-scale' pin value. This product is
76
accumulated in an internal register and exported to the
77
'axis._L_.eoffset-request' HAL pin. The accumulation register is reset
78
to zero at each machine-on.
0 commit comments