RAPID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=RAPID <xs>, <ys>, [<zs>] | {{Command|syntax=RAPID <xs>, <ys>, [<zs>] | ||
|description= | |description=:Rapid move. This can only be used inside a [[CONTOUR]] or [[CONTOUR_3D]] definition. | ||
|param1=< | |param1=<xe>|param1_desc={{xe}} | ||
|param2=< | |param2=<ye>|param2_desc={{ye}} | ||
|param3=[< | |param3=[<ze>]|param3_desc={{ze}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:RAPID | :RAPID 3, 2.5 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 19:01, 11 January 2011
Command
- RAPID <xs>, <ys>, [<zs>]
- 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