You might have to look at the g-code to fix the problem.
Your looking for a change from absolute to incremental
G90 to G91
If you can't find the fix in the program this might be the second best.
Just use note pad and use find and replace to make fast changes.
That is what I do not matter what program I use, I check the code and when I run it and have problems I run edit or note pad and find the problems and what needs to change then use find and replace to fix all quickly.
Good Luck |