Skip to content

Commit bea1ef8

Browse files
Correct indentation of a few asciidoc lists.
This keep po4a happy too.
1 parent 6fb0a95 commit bea1ef8

2 files changed

Lines changed: 23 additions & 16 deletions

File tree

docs/src/gui/axis.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,23 @@ For more information on INI file settings that can change how AXIS
3737
works see the <<sub:ini:sec:display,Display Section>> of the INI
3838
Configuration Chapter.
3939

40-
* 'CYCLE_TIME' - Adjust the response rate of the GUI in milliseconds. Typical 100, useable range 50 - 200 +
41-
(will accept time in seconds (.05 -.2) for legacy reasons - milliseconds preferred to match other screens).
42-
+
40+
* 'CYCLE_TIME' - Adjust the response rate of the GUI in
41+
milliseconds. Typical 100, useable range 50 - 200 +
42+
(will accept time in seconds (.05 -.2) for legacy reasons -
43+
milliseconds preferred to match other screens).
44+
4345
[source,{ini}]
4446
----
4547
[DISPLAY]
4648
CYCLE_TIME = 100
4749
----
4850

4951
* 'PREVIEW_TIMEOUT' - Set timeout in seconds for loading G-code preview.
50-
If parsing the G-code lasts longer than this, a notice is shown and only the initial part of the program
51-
is drawn in the graphical display. Specifying 0 or leaving the setting out results in no timeout.
52-
+
52+
If parsing the G-code lasts longer than this, a notice is shown and
53+
only the initial part of the program is drawn in the graphical
54+
display. Specifying 0 or leaving the setting out results in no
55+
timeout.
56+
5357
[source,{ini}]
5458
----
5559
[DISPLAY]

docs/src/gui/mdro.adoc

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,21 @@ The MDRO window contains the following elements:
9797
** The current value
9898
** A "z" button that zeros the value
9999
** A "1/2" button that halves the value
100-
** A entry field that can be used to set a user-defined value. This field
101-
can be set from the keyboard or from the on-screen keypad.
100+
** A entry field that can be used to set a user-defined value. This
101+
field can be set from the keyboard or from the on-screen keypad.
102102
** A "I" button that starts an index operation (see below)
103-
* A keypad used to set values in the entry field via a mouse or touchscreen.
103+
* A keypad used to set values in the entry field via a mouse or
104+
touchscreen.
104105
* Coordinate system selection buttons
105-
** The "mcs" button selects the machine coordinate system. These are the raw
106-
values from the encoders connected to the `mdro.axis.n` pins.
107-
** The "cs1" - "cs4" buttons allow the user to select among one of four
108-
user-defined coordinate systems. If the program is started with the
109-
`MDRO_VAR_FILE =` option, the labels will be changed to "g54" - "g57" and
110-
the values from the specified .var file will be preloaded. Note that any
111-
changes to the values are not persistent: the .var file is never changed.
106+
** The "mcs" button selects the machine coordinate system. These are
107+
the raw values from the encoders connected to the `mdro.axis.n`
108+
pins.
109+
** The "cs1" - "cs4" buttons allow the user to select among one of
110+
four user-defined coordinate systems. If the program is started
111+
with the `MDRO_VAR_FILE =` option, the labels will be changed to
112+
"g54" - "g57" and the values from the specified .var file will be
113+
preloaded. Note that any changes to the values are not persistent:
114+
the .var file is never changed.
112115
* Inch/Millimeter selection buttons.
113116

114117
== Index operations

0 commit comments

Comments
 (0)