ADD PATH LINE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=ADD_PATH_LINE <path number>, <xs>, <ys>, <zs> |description=*DESCRPTION* |param1=<path number>|param1_desc= |param2=<xs>|param2_desc= |param3=<ys>|param3_desc= |param4=<zs... |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | |||
{{Command|syntax=ADD_PATH_LINE <path number>, <xs>, <ys>, <zs> | {{Command|syntax=ADD_PATH_LINE <path number>, <xs>, <ys>, <zs> | ||
|description= | |description=:Add a rapid move to the end of a numbered [[macro path]]. | ||
|param1=<path number>|param1_desc= | |param1=<path number>|param1_desc={{path number}} | ||
|param2=< | |param2=<xe>|param2_desc={{xe}} | ||
|param3=< | |param3=<ye>|param3_desc={{ye}} | ||
|param4=< | |param4=<ze>|param4_desc={{ze}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :ADD_PATH_LINE 20, 50, 100 | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 00:26, 14 January 2011
Command
- ADD_PATH_LINE <path number>, <xs>, <ys>, <zs>
- Add a rapid move to the end of a numbered macro path.
Parameters
- <path number>
- Path number (1 to 100).
- <xe>
- X co-ordinate of the end point.
- <ye>
- y co-ordinate of the end point.
- <ze>
- Z co-ordinate of the end point.
Example
- ADD_PATH_LINE 20, 50, 100