( ... ), turning it into a G-code comment.; Original code: N10 G00 X0 Y0 N20 G01 X10 Y10 F100 ; After adding comment characters: (N10 G00 X0 Y0) (N20 G01 X10 Y10 F100)
This function allows you to quickly turn one or more lines into comments without manually adding parentheses. It is useful for temporarily excluding code from execution when testing or debugging an NC program.
Keep in mind that commented lines will not be executed on the CNC machine. To restore the code's operation, you need to remove the comment characters using the Remove Comment Chars function.