( ) - Comments

This command is used to allow the user to add comments into their Gcode file.

Anything written between the open and closed bracket is ignored.



Syntax & Parameters


  • - The open bracket is used to define the start of a comment.
  • ) - The close bracket is used to define the end of a comment.




Example program Spindle

N10 (My comment)



WARNING: Do not insert comments within comments as this is not valid. eg (Comment 1 (Comment 2) ) is not valid.