Machsupport Forum
G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: Desertrunner on January 22, 2012, 04:35:50 PM
-
I have a gear cutting file that I want to nest inside a subroutine. This I have done but for what ever reason Mach3 can't see the "M99" at the end of the program. When you look at the code in the window of the Mach3 at the very end of the GCode M99 is not there but when you open the "Edit G-Code" it is there.
The file was a "Tap" and I changed the extension to "nc" before I added the extra code not sure if that is the problem.
Also I wanted to move the repeat X56mm so I have used G52 to do it not sure if that is the best way.
Tony
-
Add a % on the line after the M99. OR add an empty line carrage return. The % you can always see that it is there.
(;-) TP
-
Thank you TP,
It works perfect,
Tony