Skip to content

Commit 7f33f39

Browse files
committed
docs: misc
1 parent 390ab5b commit 7f33f39

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/config/ini-config.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CORRECT = value
5959
=== Sections(((INI File,Components,Sections)))
6060

6161
Related parts of an INI file are separated into sections.
62-
A section name is enclosed in brackets like this `[THIS_SECTION]`.
62+
A section name is enclosed in brackets like this: `[THIS_SECTION]`.
6363
The order of sections is unimportant.
6464
Sections begin at the section name and end at the next section name.
6565

@@ -317,17 +317,17 @@ See <<cha:gmoccapy,GMOCCAPY>> document for GMOCCAPY details.
317317
GMOCCAPY will not use this setting, as it offers a corresponding entry on its settings page.
318318
* `EDITOR = gedit` - The editor to use when selecting File > Edit to edit the G-code from the AXIS menu.
319319
This must be configured for this menu item to work.
320-
Another valid entry is gnome-terminal -e vim.
320+
Another valid entry is `gnome-terminal -e vim`.
321321
This entry does not apply to GMOCCAPY, as GMOCCAPY has an integrated editor.
322322
* `TOOL_EDITOR = tooledit` - The editor to use when editing the tool table
323323
(for example by selecting "File > Edit tool table..." in AXIS).
324-
Other valid entries are "gedit", "gnome-terminal -e vim", and "gvim".
324+
Other valid entries are `gedit`, `gnome-terminal -e vim`, and `gvim`.
325325
This entry does not apply to GMOCCAPY, as GMOCCAPY has an integrated editor.
326326
* `PYVCP = /filename.xml` - The PyVCP panel description file.
327327
See the <<cha:pyvcp,PyVCP Chapter>>for more information.
328328
* `PYVCP_POSITION = BOTTOM` - The placement of the PyVCP panel in the AXIS user interface.
329329
If this variable is omitted the panel will default to the right side.
330-
The only valid alternative is BOTTOM. See the <<cha:pyvcp,PyVCP Chapter>> for more information.
330+
The only valid alternative is `BOTTOM`. See the <<cha:pyvcp,PyVCP Chapter>> for more information.
331331
* `LATHE = 1` - Any non-empty value (including "0") causes axis to use "lathe mode" with a top view and with Radius and Diameter on the DRO.
332332
* `BACK_TOOL_LATHE = 1` - Any non-empty value (including "0") causes axis to use "back tool lathe mode" with inverted X axis.
333333
* `FOAM = 1` - Any non-empty value (including "0") causes axis to change the display for foam-cutter mode.

docs/src/config/stepper.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ standard_pinout.hal gets executed/interpreted:
174174
* The Parport driver gets loaded (see the <<cha:parport,Parport Chapter>> for details).
175175
* The read & write functions of the parport driver get assigned to the
176176
base thread footnote:[the fastest thread in the LinuxCNC setup, usually ther
177-
code gets executed every few tens of microseconds].
177+
code gets executed every few tens of microseconds.].
178178
* The step & direction signals for axes X, Y, Z get linked to pins on the
179179
parport.
180180
* Further I/O signals get connected (estop loopback, toolchanger loopback).

0 commit comments

Comments
 (0)