Machsupport Forum
G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: watswood on August 05, 2006, 11:53:11 AM
-
I'm looking for an easier way to add comments/notes to my g-code other than enclosing the line in Parentathes. I'm not a great typist and would like to know if there is a single stroke method such as a semi-colon, apostrophe, slash, dash,etc.
Thanks
Eugene
-
I found some answers in the Mach3 manual, of course the last place I looked after 3 hours of searching the forums.
I can't get Mach3 to accept the // for a comment. Any ideas?
Also, how do I turn on block delete?
thanks again.
-
Hi, Eigene
Try (your comment) on it's one line or end of Gcode line, g01 x1y2(comment)
Chip
-
I think you can also do this
G00 X.00 Y.00 ;This will move to X0 Y0
-
Thanks guys. The semicolon definately works as does the % symbol and of course parenthesis. The slash / works with block delete enabled only. I think I will stick with the semicolon as it's the easiest.