Ini file configurations raise some questions.
12 Oct 2023 00:43 #282784
by MakerYang
Ini file configurations raise some questions. was created by MakerYang
I've been reviewing the configurations in the INI files recently and have examined some open-source configuration files. I've noticed that some of these files contain configurations like this:
There are no specific instructions in the INI documentation regarding the [PYTHON] configuration, but these scripts are indeed invoked during the actual operation of LinuxCNC. I'd like to understand their operational logic and purpose.
...
[PYTHON]
PATH_APPEND = ../../script/python
TOPLEVEL = ../../script/python/toplevel.py
...
There are no specific instructions in the INI documentation regarding the [PYTHON] configuration, but these scripts are indeed invoked during the actual operation of LinuxCNC. I'd like to understand their operational logic and purpose.
Please Log in or Create an account to join the conversation.
12 Oct 2023 00:53 #282786
by cmorley
Replied by cmorley on topic Ini file configurations raise some questions.
It's for remap code:
linuxcnc.org/docs/2.9/html/remap/remap.html
for instance - look here under 'the python section'
linuxcnc.org/docs/2.9/html/gui/qtdragon....i_file_modifications
linuxcnc.org/docs/2.9/html/remap/remap.html
for instance - look here under 'the python section'
linuxcnc.org/docs/2.9/html/gui/qtdragon....i_file_modifications
The following user(s) said Thank You: MakerYang
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.060 seconds