I have figured everything else out with the machine. I believe i need help fixing one last problem. While generating the NC path my config does not correctly post for a straight line cut... It only involves the axis being traversed... for instance if the path was to cut a straight line it reads 1000,2500 the the next line 1000,5500... This shows traversing on the second axis... But instead the code that comes out is ,2500..... The first coordinate isnt duplicated.... so i get a weird diagonal line..... if i add that 1000 back it works.... Any ideas what is causing this??