585,930 active members*
3,775 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > Is there any way to add notes to a gcode file?
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Posts
    48

    Is there any way to add notes to a gcode file?

    In my limited, uneducated, G-code experience I've found it to be very helpful to write out what i want the machine to do in English and then write the corresponding G-code on the left of it. Is there a notation that allows this to be done such as "", //, <>, etc as in other programming languages? I can't seem to find anything on google about it but maybe i just haven't been using the correct terminology. Thanks for the help

  2. #2
    Use (comment here).

  3. #3
    Join Date
    Sep 2007
    Posts
    48
    thanks, I knew it had to be something simple, now off to give it a shot...

  4. #4
    Join Date
    Nov 2005
    Posts
    7
    Use bracket or parenthesis for comment ( )
    for eg.
    G1(linear interpolation) X25.Z-20.
    cheers

  5. #5
    Join Date
    Feb 2008
    Posts
    183
    if ( ) dosn't work for your machine,as it dosn't for an 18 year old comet vmc we have,just write it out and use a block delete for that line

    G00 xo yo
    / go home
    G01 x-1.
    and so forth

Similar Threads

  1. Sprocket gcode/cad file creator
    By mgreene in forum Uncategorised CAM Discussion
    Replies: 11
    Last Post: 04-04-2021, 08:32 PM
  2. Stereolithography file to GCode
    By rweatherly in forum Coding
    Replies: 33
    Last Post: 03-22-2018, 04:05 AM
  3. Running a gcode output file in the computer
    By Palafox in forum Uncategorised CAM Discussion
    Replies: 3
    Last Post: 06-10-2008, 11:56 PM
  4. Can Someone Covert File To Gcode?
    By bcnc in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 21
    Last Post: 06-27-2007, 03:16 AM
  5. How to mirror GCode file?
    By anoah in forum Uncategorised CAM Discussion
    Replies: 6
    Last Post: 07-08-2003, 06:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •