How to change the default increment value while modifying a parameter?

~ 0 min
10-06-2022 12:17

When modifying an angle or length parameter, the default value of the increment is set to ± 1.

It is possible to modify the default increment value by adding the following lines to the top.cfg file (config or group):

D_PARAM_ANGLE_DELTA            increment value for ANGLE parameters

D_PARAM_LENGTH_DELTA          increment value for LENGTH parameters (in meter)
The configuration word and its value must be separated at least by one tabulation character.

Example:
D_PARAM_ANGLE_DELTA             3
D_PARAM_LENGTH_DELTA          0.005