Hello Guest it is April 20, 2024, 05:03:25 AM

Author Topic: how to run g code in a macro like: G2 I[x] J[x] F20  (Read 1628 times)

0 Members and 1 Guest are viewing this topic.

how to run g code in a macro like: G2 I[x] J[x] F20
« on: June 07, 2017, 06:38:15 PM »
thanks for help.
Adam

Offline Tweakie.CNC

*
  • *
  •  9,198 9,198
  • Super Kitty
    • View Profile
Re: how to run g code in a macro like: G2 I[x] J[x] F20
« Reply #1 on: June 08, 2017, 01:22:33 AM »
Just as an example...

Code"G3 X-20.014 Y0.180 I-0.013 J0.192 F20"

While IsMoving ()
Wend


Tweakie.
PEACE
Re: how to run g code in a macro like: G2 I[x] J[x] F20
« Reply #2 on: June 08, 2017, 12:16:05 PM »
Just as an example...

THANK YOU Tweakie.

I am still caught in the tapered hole. I even don't know how to ask a question for it now.

BTW:  how to run code like this: G2 I[X] ... BUT G2 I0.013 ...?

Best
Shanren


Tweakie.
« Last Edit: June 08, 2017, 12:27:15 PM by shanren »