Comments

INFORMATION

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

Comments can be placed within a block. However, for improved readability, we recommend adding the comment to the end of the block. Comments in the ISO standard start with an opening bracket and end with a closing bracket. The notation must correspond to the G-code dialect used.

Examples:

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