ADD PATH ARC

From Macros Wiki
Jump to navigationJump to search

Up

Command

ADD_PATH_ARC <path number>, <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir>


Add an arc move to the end of a numbered macro path.

Parameters

<xe>
X value of the arc end
<ye>
Y value of the arc end
<ze>
Z value of the arc end
<xc>
X value of the arc center
<yc>
Y value of the arc center
<zc>
Z value of the arc center
<radius>
Arc radius
<dir>
Arc direction (1 = CW, 0 = CCW).

Example

ADD_PATH_ARC 2, 5, 0, 1, 4, 0, 1, 90