Skip to content

Commit 2f1f8e7

Browse files
committed
docs: clarify [DISPLAY]PROGRAM_PREFIX somewhat
1 parent 9fb34c8 commit 2f1f8e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/config/ini-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Descriptions of the interfaces are in the Interfaces section of the User Manual.
271271
* `MAX_SPINDLE_0_SPEED = 20000` - The maximum RPM that can be manually selected.
272272
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP-based user interfaces.
273273
- _deprecated_ - use the [SPINDLE_n] section instead.
274-
* `PROGRAM_PREFIX = ~/linuxcnc/nc_files` - The default location for G-code files and the location for user-defined M-codes.
275-
This location is searched for the file name before the subroutine path and user M path if specified in the [RS274NGC] section.
274+
* `PROGRAM_PREFIX = ~/linuxcnc/nc_files` - The default directory for G-code files, named subroutines, and user-defined M-codes.
275+
The `PROGRAM_PREFIX` directory is searched before the directories listed in `[RS274]SUBROUTINE_PATH` and `[RS274]USER_M_PATH`.
276276
* `INTRO_GRAPHIC = emc2.gif` - The image shown on the splash screen.
277277
* `INTRO_TIME = 5` - The maximum time to show the splash screen, in seconds.
278278
* `CYCLE_TIME = 100` - Cycle time of the display GUI.

0 commit comments

Comments
 (0)