Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: shanren on June 07, 2017, 06:38:15 PM

Title: how to run g code in a macro like: G2 I[x] J[x] F20
Post by: shanren on June 07, 2017, 06:38:15 PM
thanks for help.
Adam
Title: Re: how to run g code in a macro like: G2 I[x] J[x] F20
Post by: Tweakie.CNC 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.
Title: Re: how to run g code in a macro like: G2 I[x] J[x] F20
Post by: shanren 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.