[acceleration](motion_axis.md#acceleration) | yes | yes | float | Nominal acceleration value in *units.s<sup>-2</sup>*
...
...
@@ -42,7 +43,7 @@ Parameter name | Required | Setting? | Type | D
[backlash](motion_axis.md#backlash) | no | yes | float | Axis backlash in user units ; *defaults to 0*
[tolerance](motion_axis.md#tolerance) | no | no | float | Accepted discrepancy between controller position and last known axis dial position when starting a move ; *defaults to 1E-4*
[encoder](motion_axis.md#encoder) | no | no | string | Name of an existing **Encoder** object linked with this axis
[unit](motion_axis.md#unit) | no | no | string | *Informative only* - Unit (for steps per unit), e.g. mm, deg, rad, etc.
[closed loop](motion_axis.md#closed_loop) | no | - | dict | Axis subsection to configure closed loop (see [closed loop](motion_closed_loop.md))
!!! note
Motor controllers with extra features may require more parameters. See the
...
...
@@ -426,6 +427,8 @@ Default value is 1E-4
### encoder
Encoders are standalone objects which can be referred by axes.
Thus they have a dedicated section here: [Encoder](motion_encoder.md).