Difference between revisions of "ADD PATH ARC"
From Macros Wiki
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | [[Operations:Operation_Tool-Path|{{Up}}]] |
− | |||
− | | | + | {{Command|syntax=ADD_PATH_ARC <path number>, <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir> |
− | | | + | |description=:Add an arc move to the end of a numbered [[macro path]]. |
− | | | + | |
− | | | + | |param1=<xe>|param1_desc={{set arc xe}} |
− | | | + | |param2=<ye>|param2_desc={{set arc ye}} |
− | | | + | |param3=<ze>|param3_desc={{set arc ze}} |
− | | | + | |param4=<xc>|param4_desc={{set arc xc}} |
− | | | + | |param5=<yc>|param5_desc={{set arc yc}} |
− | | | + | |param6=<zc>|param6_desc={{set arc zc}} |
+ | |param7=<radius>|param7_desc={{arc radius}} | ||
+ | |param8=<dir>|param8_desc={{arc dir}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :ADD_PATH_ARC 2, 5, 0, 1, 4, 0, 1, 90 |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 19:28, 13 January 2011
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