RAPID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=RAPID <xs>, <ys>, [<zs>] |description=*DESCRPTION* |param1=<xs>|param1_desc={{xs}} |param2=<ys>|param2_desc={{ys}} |param3=[<zs>]|param3_desc={{zs}} }} ===Example=== :- ... |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=< | {{Command|syntax=RAPID <xe>, <ye>, [<ze>] | ||
|param2=< | |description=:Rapid move. This can only be used inside a [[CONTOUR]] or [[CONTOUR_3D]] definition. | ||
|param3=[< | |||
|param1=<xe>|param1_desc={{xe}} | |||
|param2=<ye>|param2_desc={{ye}} | |||
|param3=[<ze>]|param3_desc={{ze}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :RAPID 3, 2.5 | ||
[[Category: | [[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