Skip to content

Commit 4155ded

Browse files
committed
docs: remove [TRAJ] MIN_VELOCITY
1 parent 713c331 commit 4155ded

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
@@ -396,9 +396,8 @@ See <<cha:gmoccapy,GMOCCAPY>> document for GMOCCAPY details.
396396
====
397397

398398
* `DEFAULT_LINEAR_VELOCITY = .25` - The default velocity for linear jogs, in <<sub:ini:sec:traj,machine units>> per second.
399-
* `MIN_VELOCITY = .01` - The approximate lowest value the jog slider.
399+
* `MIN_LINEAR_VELOCITY = .01` - The minimum velocity for linear jogs, in machine units per second.
400400
* `MAX_LINEAR_VELOCITY = 1.0` - The maximum velocity for linear jogs, in machine units per second.
401-
* `MIN_LINEAR_VELOCITY = .01` - The approximate lowest value the jog slider.
402401
* `DEFAULT_ANGULAR_VELOCITY = .25` - The default velocity for angular jogs, in machine units per second.
403402
* `MIN_ANGULAR_VELOCITY = .01` - The approximate lowest value the angular jog slider.
404403
* `MAX_ANGULAR_VELOCITY = 1.0` - The maximum velocity for angular jogs, in machine units per second.

0 commit comments

Comments
 (0)