Comments in G-code

Comments can exist in a set. However, for improved readability, we recommend adding the comment to the end of the set. The comment begins with an opening bracket and must end with a closing bracket.

INFORMATION: Comments in G-code cannot be imported in the current version of the software and are displayed as an empty row in the SRL program.

Examples:

  • (Wait for pump start) G04 0.5
  • G04 (wait for pump start) 0.5
  • G04 0.5 (wait for pump start)