File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,15 +37,25 @@ For more information on INI file settings that can change how AXIS
3737works see the <<sub:ini:sec:display,Display Section>> of the INI
3838Configuration 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]
4646CYCLE_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.
You can’t perform that action at this time.
0 commit comments