Can anyone tell me if comments can be added to an nc file after it is exported (Easel)?
Another way to ask this - what character(s) can I put at the beginning of a line of code that tells the controller to ignore that line?
Can anyone tell me if comments can be added to an nc file after it is exported (Easel)?
Another way to ask this - what character(s) can I put at the beginning of a line of code that tells the controller to ignore that line?
Open your file in a Text Editor like Notepad. You need to put your comments in between Open and Closed parentheses. (Like this is a comment). Grlb ignores the comment.
Exactly what I needed, thanks!