Hello Guest it is March 28, 2024, 06:35:11 AM

Author Topic: offset tool  (Read 2233 times)

0 Members and 1 Guest are viewing this topic.

offset tool
« on: February 28, 2016, 03:01:19 PM »
How can give an offset in X and Y direction on a tool like this one?

http://www.veldmanslijptechniek.nl/aggregaten/freesaggregaten/5449-freesaggregaat-1-er25-/-iso30.html
Re: offset tool
« Reply #1 on: February 28, 2016, 03:18:35 PM »
G92 does the trick! ;D
Re: offset tool
« Reply #2 on: February 28, 2016, 05:41:30 PM »
And now, how to get this offset only for for tool 8 working? ???
Is M6end therefor a good place?
With a if else:
Code: [Select]
If GetOemDro824 = 8 Then
Code "G92 X100"
Else
Code "G92.1"
End If
« Last Edit: February 28, 2016, 05:43:47 PM by zeeschuim »