( ) - 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)