Hello Guest it is April 24, 2024, 12:58:40 PM

Author Topic: 3 axis lathe Mach3 tool charger Quicktech  (Read 2738 times)

0 Members and 1 Guest are viewing this topic.

Offline TPS

*
  •  2,505 2,505
    • View Profile
Re: 3 axis lathe Mach3 tool charger Quicktech
« Reply #20 on: January 16, 2020, 08:27:36 AM »
if you use

Code: [Select]
  Code "G0 G53 Y"&toolpos1 'move Y-axis

insted of your code and you can enter numbers directly to dro 66.123 will be 66.123 in real

if you want an Offset to 66 use

Code: [Select]
  temp = 66 + toolpos1
  Code "G0 G53 Y"&temp 'move Y-axis
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.