RAPID: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
[[Geometry:Creating_Geometry|{{Up}}]]


{{Command|syntax=RAPID <xs>, <ys>, [<zs>]
{{Command|syntax=RAPID <xe>, <ye>, [<ze>]
|description=*DESCRPTION*
|description=:Rapid move. This can only be used inside a [[CONTOUR]] or [[CONTOUR_3D]] definition.


|param1=<xs>|param1_desc={{xs}}
|param1=<xe>|param1_desc={{xe}}
|param2=<ys>|param2_desc={{ys}}
|param2=<ye>|param2_desc={{ye}}
|param3=[<zs>]|param3_desc={{zs}}
|param3=[<ze>]|param3_desc={{ze}}
}}
}}


===Example===
===Example===
:RAPID
:RAPID 3, 2.5


[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 19:02, 11 January 2011

Up

Command

RAPID <xe>, <ye>, [<ze>]


Rapid move. This can only be used inside a CONTOUR or CONTOUR_3D definition.

Parameters

<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

RAPID 3, 2.5