> The machine next to it is running version 2.5.4, > and does reference the nc_files folder for gcode > files. I checked the ini file for any other > reference to nc_files, and no other instances > exist.
This commit altered file opening (5 years ago): https://github.com/LinuxCNC/linuxcnc/commit/8c1dfd04 "... linuxcncrsh also used to prepend the string constant "../../nc_files" to every filename being opened. This is just totally bogus and broken. ..." The commit is included in 2.6 but not in any v2.5 tag $ git branch -a --contains 8c1dfd04 ... 2.6 2.7 master ... $ git tag -a --contains 8c1dfd04| grep 2\.5 nada -- Dewey Garrett ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
