ADD OP PATH POINT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | |||
{{Command|syntax=ADD_OP_PATH_POINT <x>, <y>, <z> | {{Command|syntax=ADD_OP_PATH_POINT <x>, <y>, <z> | ||
|description= | |description=:Add a point to the end of the current [[macro path]]. | ||
|param1=<x>|param1_desc={{ | |param1=<x>|param1_desc={{xp}} | ||
|param2=<y>|param2_desc={{ | |param2=<y>|param2_desc={{yp}} | ||
|param3=<z>|param3_desc={{ | |param3=<z>|param3_desc={{zp}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :ADD_OP_PATH_POINT 12, 15, 20 | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 00:26, 14 January 2011
Command
- ADD_OP_PATH_POINT <x>, <y>, <z>
- Add a point to the end of the current macro path.
Parameters
- <x>
- X co-ordinate of the point.
- <y>
- Y co-ordinate of the point.
- <z>
- Z co-ordinate of the point.
Example
- ADD_OP_PATH_POINT 12, 15, 20