EMC converts every line to lowercase only when it reads the line. It also removes blank spaces when parsing the gcode. That is apparently part of the rs274ngc standard. For that reason, the behavior you are seeing is not a bug.
A person with more energy than I have could add an option to do away with that conversion. It would have to include recognizing X and x as both referring to the same code. Doing that would break programs that depend on having o<aBc> recognized at o<abc>, though. Ken Chris Epicier wrote: > Just one more thing: > > make sure your subprogramfiles are all written in lowercases. So, if > something like "MySubProgramFile" is called, axis looks for a file like > "mysubprogramfile" thus mot considering uppercases. > > In my understanding, this should not happen. Is this a bug? > > greets chris > > >> Hi all >> >>> Spent now a couple of hours more on this. I looked at >>> >> the >> >>> emc 2.3.3 and earlier versions release notes. Among >>> >> other >> >>> points "named "O" words " is listed. Do I need >>> >> toupgrade >> >>> from 2.2.8 ? >>> >> Got it sorted out: you *need* EMC2 version 2.3.3 to get the >> sample code of >> this: >> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?SubProgramFiles >> to run. >> >> That was not obvious to me. >> >> Greets chris >> >> PS: Off to some large cutting :-) >> >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference >> in SF, CA >> is the only developer event you need to attend this year. >> Jumpstart your >> developing skills, take BlackBerry mobile applications to >> market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. >> Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users >> >> > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > -- Kenneth Lerman Mark Kenny Products Company, LLC 55 Main Street Newtown, CT 06470 888-ISO-SEVO 203-426-7166 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
