diff options
author | Sebastian Kuzminsky <seb@highlab.com> | 2014-05-30 15:52:09 -0600 |
---|---|---|
committer | Sebastian Kuzminsky <seb@highlab.com> | 2014-05-30 15:52:09 -0600 |
commit | 0d0ab5f52a6cbc9c523616453cc3da8578d1340b (patch) | |
tree | 404d40b6400e2513ab9f4dee345c9b3b8ad3e904 | |
parent | 06e973725433298af5bd831b4c68508dc6a552f2 (diff) | |
download | linuxcnc-0d0ab5f52a6cbc9c523616453cc3da8578d1340b.tar.gz linuxcnc-0d0ab5f52a6cbc9c523616453cc3da8578d1340b.zip |
docs: fix EMCIO indentation level
Before this commit, the EMCIO section was at indentation level 4, which
made it a sub-section under [AXIS_n].
This commit fixes it to be at indentation level 3, which makes it a peer
of [AXIS_n] and the others.
-rw-r--r-- | docs/src/config/ini_config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config/ini_config.txt b/docs/src/config/ini_config.txt index 78f42b583..3636c7f69 100644 --- a/docs/src/config/ini_config.txt +++ b/docs/src/config/ini_config.txt @@ -1044,7 +1044,7 @@ image::images/encoder-scale.png[align="center"] STEPGEN_MAXVEL does not improve the tuning of stepgen's position loop. -==== [EMCIO] Section[[sub:EMCIO-Section]] +=== [EMCIO] Section[[sub:EMCIO-Section]] (((EMCIO (inifile section)))) * 'EMCIO = io' - Name of IO controller program |