Skip to content

Commit c4668dc

Browse files
committed
docs: fix qtvcp display options, clarify HOMING_PROMPT
1 parent e256666 commit c4668dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/config/ini-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ GMOCCAPY can be used both ways and offers also many connections for hardware con
234234
Descriptions of the interfaces are in the Interfaces section of the User Manual.
235235

236236
* `DISPLAY = axis` - The file name of the executable providing the user interface to use.
237-
Prominent valid options are (all in lower case): `axis`, `touchy`, `gmoccapy`, `gscreen`, `tklinuxcnc`, `qtvcp`, `qtvcp-qtdragon` or `qtvcp-qtplasmac`.
237+
Prominent valid options are (all in lower case): `axis`, `touchy`, `gmoccapy`, `gscreen`, `tklinuxcnc`, `qtvcp`, `qtvcp qtdragon` or `qtvcp qtplasmac`.
238238
* `POSITION_OFFSET = RELATIVE` - The coordinate system (`RELATIVE` or `MACHINE`) to show on the DRO when the user interface starts.
239239
The RELATIVE coordinate system reflects the G92 and G5__x__ coordinate offsets currently in effect.
240240
* `POSITION_FEEDBACK = COMMANDED` - The coordinate value (`COMMANDED` or `ACTUAL`) to show on the DRO when the user interface starts.
@@ -289,7 +289,7 @@ Descriptions of the interfaces are in the Interfaces section of the User Manual.
289289
An under powered CPU may see improvement with a longer setting.
290290
Usually the default is fine.
291291
* `PREVIEW_TIMEOUT = 5` - Timeout (in seconds) for loading graphical preview of G-code. Currently AXIS only.
292-
* `HOMING_PROMPT = TRUE` - Show prompt message with homing request, when the Power On button is pressed in AXIS GUI. Pressing the "Ok" button in prompt message is equivalent to pressing the "Home All" button(or the Ctrl-HOME key).
292+
* `HOMING_PROMPT = TRUE` - Any non-empty value (including "0") will enable showing a prompt message with homing request, when the Power On button is pressed in AXIS GUI. Pressing the "Ok" button in prompt message is equivalent to pressing the "Home All" button(or the Ctrl-HOME key).
293293
* `FOAM_W = 1.5` sets the foam W height.
294294
* `FOAM_Z = 0` sets the foam Z height.
295295
* `GRAPHICAL_MAX_FILE_SIZE = 20` largest size (in mega bytes) that will be displayed graphically.

0 commit comments

Comments
 (0)