Another feature I am working on is to extract ALL the comments in the loaded Gcode program and write them to file. Some of our programs are heavily commented and you would only see them IF you scrolled down through the Gcode file and picked them out. Some of the comments are IMPORTANT for the operator to know about.

This feature could show all comments in order of execution. I would work like the Tool display function works. Load the Gcode program then press ctrl_F9. It would gather all the comments and write them to a file in the Gcode folder (Comments.txt). From there view with Gedit and do with as you please. I would print it out and review for any IMPORTANT comments in teh program.

Just a thought, (;-) TP