Bugs item #1807740, was opened at 2007-10-04 13:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=1807740&group_id=6744
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: EMC2 G-code Interpreter Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: PRINT command does not evaluate named parameters correctly. Initial Comment: When the PRINT command is used to debug named parameters to the console, the named parameters are only recognized properly if the names are all in lowercase. In the example below, #<TEST> is assigned the value 5, but the PRINT command will not print the value 5 unless #<test> is used. SAMPLE GCODE ------------ #<TEST> = 5 (PRINT, This should print 5 ) (PRINT, but prints ###### instead. ) (PRINT, TEST = #<TEST> ) (PRINT, This should print 5 ) (PRINT, but prints ###### instead. ) (PRINT, Test = #<Test> ) (PRINT, This prints 5 correctly ) (PRINT, test = #<test> ) M02 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=1807740&group_id=6744 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers