Skip to content

Commit 61b5cdd

Browse files
committed
docs: remove MIN_VELOCITY
Only Axis allows that alternativeley.
1 parent e0f071c commit 61b5cdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/src/config/ini-config.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,8 @@ See <<cha:gmoccapy,GMOCCAPY>> document for GMOCCAPY details.
312312
====
313313

314314
* `DEFAULT_LINEAR_VELOCITY = .25` - The default velocity for linear jogs, in <<sub:ini:sec:traj,machine units>> per second.
315-
* `MIN_VELOCITY = .01` - The approximate lowest value the jog slider.
315+
* `MIN_LINEAR_VELOCITY = .01` - The minimum velocity for linear jogs, in machine units per second.
316316
* `MAX_LINEAR_VELOCITY = 1.0` - The maximum velocity for linear jogs, in machine units per second.
317-
* `MIN_LINEAR_VELOCITY = .01` - The approximate lowest value the jog slider.
318317
* `DEFAULT_ANGULAR_VELOCITY = .25` - The default velocity for angular jogs, in machine units per second.
319318
* `MIN_ANGULAR_VELOCITY = .01` - The approximate lowest value the angular jog slider.
320319
* `MAX_ANGULAR_VELOCITY = 1.0` - The maximum velocity for angular jogs, in machine units per second.

0 commit comments

Comments
 (0)