Why it is a problem in ini file?
- aleksamc
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 567
- Thank you received: 65
21 Aug 2021 16:04 #218331
by aleksamc
Why it is a problem in ini file? was created by aleksamc
I have such ini file, where I load my program at init
Why I got such warning as:
[qtpyvcp.utilities.info][WARNING] Path '/home/admin1/linuxcnc/configs/home/admin1/linuxcnc/configs/mcode' given in [DISPLAY] PROGRAM_PREFIX does not exist, trying '~/linuxcnc/nc_files' (info.py:249)
If I delete PROGRAM_PREFIX from ini file, or from route to .ngc program, I didn't open it.
But warning is such as this and program is opened.
Why I got such warning as:
[qtpyvcp.utilities.info][WARNING] Path '/home/admin1/linuxcnc/configs/home/admin1/linuxcnc/configs/mcode' given in [DISPLAY] PROGRAM_PREFIX does not exist, trying '~/linuxcnc/nc_files' (info.py:249)
If I delete PROGRAM_PREFIX from ini file, or from route to .ngc program, I didn't open it.
But warning is such as this and program is opened.
Attachments:
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
26 Aug 2021 17:13 - 26 Aug 2021 17:15 #218818
by andypugh
Replied by andypugh on topic Why it is a problem in ini file?
The path seems to be doubled?
Should it be
(Note the colon to separate the paths)
/home/admin1/linuxcnc/configs/home/admin1/linuxcnc/configs/mcode
Should it be
home/admin1/linuxcnc/configs:/home/admin1/linuxcnc/configs/mcode
(Note the colon to separate the paths)
Last edit: 26 Aug 2021 17:15 by andypugh.
Please Log in or Create an account to join the conversation.
Time to create page: 0.048 seconds