Hello Guest it is April 26, 2024, 07:57:37 AM

Author Topic: Offset in ralation to actual position  (Read 3219 times)

0 Members and 1 Guest are viewing this topic.

Offset in ralation to actual position
« 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
Re: Offset in ralation to actual position
« Reply #1 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.