Skip to content

Commit d07e217

Browse files
Add PREVIEW_TIMEOUT to AXIS documentation also
1 parent afcc6c8 commit d07e217

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

docs/src/gui/axis.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,25 @@ 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-
Adjust the response rate of the GUI in milliseconds. Typical 100, useable range 50 - 200 +
40+
* 'CYCLE_TIME' - Adjust the response rate of the GUI in milliseconds. Typical 100, useable range 50 - 200 +
4141
(will accept time in seconds (.05 -.2) for legacy reasons - milliseconds preferred to match other screens).
42-
42+
+
4343
[source,{ini}]
4444
----
4545
[DISPLAY]
4646
CYCLE_TIME = 100
4747
----
4848

49+
* '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+
+
53+
[source,{ini}]
54+
----
55+
[DISPLAY]
56+
PREVIEW_TIMEOUT = 5
57+
----
58+
4959
=== A Typical Session
5060

5161
. Launch LinuxCNC and select a configuration file.

0 commit comments

Comments
 (0)