Machsupport Forum

G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: ftomazz on January 25, 2008, 01:39:06 PM

Title: Offset in ralation to actual position
Post by: ftomazz on January 25, 2008, 01:39:06 PM
Hi. This is probably simple to do, but I am difficulty in doing it.

I want to change my currently axis position from an actual value to another in relation to the present value. Some thing like:

Actual position = actual position + 30

I normally use G92 to set a position, and in this case it would be something like

G92 X[x+30]  ???

Thank you
Title: Re: Offset in ralation to actual position
Post by: ftomazz on January 25, 2008, 02:45:59 PM
Damm, this one was simple. A G52 would do the trick.
Should read more before I have posted.