This commit is contained in:
Thaddeus-Maximus
2026-04-03 15:58:58 -05:00
commit f3953d66ae
1516 changed files with 586639 additions and 0 deletions

19
configs/sim.axis.ngcgui/README Executable file
View File

@@ -0,0 +1,19 @@
ngcgui -- Create tabs in the axis gui for subroutines.
pyngcgui -- python, gladevcp implementation of ngcgui that can be embedded in guis like touchy, gscreen gmoccapy
In the packaged version of LinuxCNC, ngcgui_lib is created as a symbolic link to a system directory owned by root:
/usr/share/linuxcnc/ncfiles/ngcgui_lib
This library is not ordinarily changed by the user. To modify a library .ngc file, copy the .ngc file to the [DISPLAY]PROGRAM_PREFIX directory or to a directory that is included in the path specified by [RS274NGC]SUBROUTINE_PATH and (optionally) change the filename.
The search path for LinuxCNC and ngcgui is:
[DISPLAY]PROGRAM_PREFIX
followed in order by all the colon (:) separated directories listed in:
[RS274NGC]SUBROUTINE_PATH
The search for subroutine files uses the first file found with a matching name.
See the examples and the documentation for configuring ngcgui in the startup ini file.