The program prefix in the error at PROGRAM_PREFIX
|
LOG.warning("Error converting the file extensions from INI file [FILTER]PROGRAM_PREFIX, " |
should probably be
PROGRAM_EXTENSION.
It may also be an idea to replace the `using default *.ngc' into 'using the default ngc' -- as that is actually the value it expects.
And finally - it sort of always forces a *.ngc even if you configure it not to. Which is a bit counter intuitive.
The program prefix in the error at
PROGRAM_PREFIXlinuxcnc/src/emc/usr_intf/gmoccapy/getiniinfo.py
Line 348 in 742b1e7
PROGRAM_EXTENSION.It may also be an idea to replace the `using default *.ngc' into 'using the default ngc' -- as that is actually the value it expects.
And finally - it sort of always forces a *.ngc even if you configure it not to. Which is a bit counter intuitive.