Difference between revisions of "ADD PATH RAPID"
From Macros Wiki
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
+ | |||
{{Command|syntax=ADD_PATH_RAPID <path number>, <x>, <y>, <z> | {{Command|syntax=ADD_PATH_RAPID <path number>, <x>, <y>, <z> | ||
− | |description= | + | |description=:Add a rapid move to the end of a numbered [[macro path]]. |
|param1=<path number>|param1_desc={{path number}} | |param1=<path number>|param1_desc={{path number}} | ||
− | |param2=< | + | |param2=<xe>|param2_desc={{xp}} |
− | |param3=< | + | |param3=<ye>|param3_desc={{yp}} |
− | |param4=< | + | |param4=<ze>|param4_desc={{zp}} |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :ADD_PATH_RAPID | + | :ADD_PATH_RAPID 1, 1.5, 1.8, 2.0 |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 19:25, 13 January 2011
Command
- ADD_PATH_RAPID <path number>, <x>, <y>, <z>
- 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 point.
- <ye>
- Y co-ordinate of the point.
- <ze>
- Z co-ordinate of the point.
Example
- ADD_PATH_RAPID 1, 1.5, 1.8, 2.0