I have searched and tried everything I can to fix this problem, but I can't find a solution. Here is my program. Yes, I can write this all as one movement without a problem, but I will be inserting macros to turn on and off a laser, so I want to test movement first. I am running in metric, I have all CV controls turned off, I have tried turning on one at a time and changing values without any luck. I continually get a slight delay between each line of code which causes major problems with our laser application. Any help is appreciated.
%
g90 g64
g01 a-25. z0. f850.
g01 a-50. z.1 f850.
g01 a-75. z.15 f850.
g01 a-100. z.2 f850.
m30
%