RAPID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Geometry:Creating_Geometry| | [[Geometry:Creating_Geometry|{{Up}}]] | ||
{{Command|syntax=RAPID < | {{Command|syntax=RAPID <xe>, <ye>, [<ze>] | ||
|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]] |
Latest revision as of 19:02, 11 January 2011
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