You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/config/ini-config.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ GMOCCAPY can be used both ways and offers also many connections for hardware con
234
234
Descriptions of the interfaces are in the Interfaces section of the User Manual.
235
235
236
236
* `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`, `qtvcpqtdragon` or `qtvcpqtplasmac`.
238
238
* `POSITION_OFFSET = RELATIVE` - The coordinate system (`RELATIVE` or `MACHINE`) to show on the DRO when the user interface starts.
239
239
The RELATIVE coordinate system reflects the G92 and G5__x__ coordinate offsets currently in effect.
240
240
* `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.
289
289
An under powered CPU may see improvement with a longer setting.
290
290
Usually the default is fine.
291
291
* `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).
293
293
* `FOAM_W = 1.5` sets the foam W height.
294
294
* `FOAM_Z = 0` sets the foam Z height.
295
295
* `GRAPHICAL_MAX_FILE_SIZE = 20` largest size (in mega bytes) that will be displayed graphically.
0 commit comments