Quote Originally Posted by tkms002 View Post
when I ran my last program I first removed the beginning g28 and the line with M6 in it.
After the cut was complete it sliced an angle through the part as it was going back to my home. I am assuming this was because of the last G28 in the code?
Code is here
%
(1001)
......................................

.....................................
G1 X-3.692
G0 Z0.6 is this the retract height before the rapid to home? stock is only .5 thick
M9
G28 G91 Z0
G90
G28 G91 X0 Y0
G90
M30
%


how do I keep that from happening?

Thanks
Try this, set G28 Safe Retracts = No :


Then run an air cut and see if it fixed the problem.