ADD OP PATH ARC
From Macros Wiki
Jump to navigationJump to search
Command
- ADD_OP_PATH_ARC <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir>
- Add an arc move to the end of the current 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_OP_PATH_ARC 2, 5, 0, 1, 4, 0, 1, 1