Bullseye wrote:John,
thanks for taking the time to reply.
I have attached the test file that I am using. The code is generated for me by Stickfonts and is all absolute moves. I have tried putting a G53 x0 y0 z0 in the front of the file but it did not seem to help. I still feel that my problem has something to do with my setup.
Bill
But you didn't specify absolute in your missing preamble. Also G53 with axis words without a motion word will do nothing. You would have to say "G53 G0 X0 Y0 Z0" to rapid to the machine origin. Notice the G0 rapid word in there.
Your file only contains G0 and G1 moves and I ran it twice in the simulator and don't see anything shifting on the second run so I agree the problem has to be elsewhere.
I have been working on a
G code tutorial specifically for LinuxCNC, if you care to look at it the preamble section it will help you prepare a proper preamble for your G code.
One last note the normal file end it M2, I'm not sure what M30 does exactly...
Also, have you tested your machine to make sure your not loosing steps?
linuxcnc.org/docview/html/common/Stepper...ostics.html#_testing
John