ADD PATH RAPID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{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 00:25, 14 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