ADD PATH LINE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
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...
 
Mikeo (talk | contribs)
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=*DESCRPTION*
|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=<xs>|param2_desc=
|param2=<xe>|param2_desc={{xe}}
|param3=<ys>|param3_desc=
|param3=<ye>|param3_desc={{ye}}
|param4=<zs>|param4_desc=
|param4=<ze>|param4_desc={{ze}}
}}
}}


===Example===
===Example===
:- ADD_PATH_LINE
:ADD_PATH_LINE 20, 50, 100


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 00:26, 14 January 2011

Up

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