ADD PATH RAPID: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
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=<x>|param2_desc={{x}}
|param2=<xe>|param2_desc={{xp}}
|param3=<y>|param3_desc={{y}}
|param3=<ye>|param3_desc={{yp}}
|param4=<z>|param4_desc={{z}}
|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

Up

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