Skip to content

Commit 12d90e7

Browse files
committed
docs: add axis type to [AXIS_<letter>] Section
1 parent 26e5d23 commit 12d90e7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/src/config/ini-config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,11 @@ LinuxCNC will not know your joint travel limits when using `NO_FORCE_HOMING = 1`
884884

885885
The _<letter>_ specifies one of: X Y Z A B C U V W
886886

887+
* `TYPE = LINEAR` - The type of this axis, either `LINEAR` or `ANGULAR`.
888+
Required if this axis is not a default axis type.
889+
The default axis types are X,Y,Z,U,V,W = LINEAR and A,B,C = ANGULAR.
890+
This setting is effective with the AXIS GUI but note that other
891+
GUI's may handle things differently.
887892
* `MAX_VELOCITY = 1.2` - Maximum velocity for this axis in <<sub:ini:sec:traj,machine units>> per second.
888893
* `MAX_ACCELERATION = 20.0` - Maximum acceleration for this axis in machine units per second squared.
889894
* `MIN_LIMIT = -1000` - (((MIN LIMIT))) The minimum limit (soft limit) for axis motion, in machine units.

docs/src/gui/axis.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ When AXIS starts, a window like the one in the figure
3434
=== INI settings
3535

3636
For more information on INI file settings that can change how AXIS
37-
works see the <<sub:ini:sec:display,Display Section>> of the INI
37+
works see the <<sub:ini:sec:display,Display Section>> and the
38+
<<sub:ini:sec:axis-letter,Axis Section>> of the INI
3839
Configuration Chapter.
3940

4041
* 'CYCLE_TIME' - Adjust the response rate of the GUI in

0 commit comments

Comments
 (0)