GET OP PATH START: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=GET_OP_PATH_START <op number> <xs> <ys> <zs> | {{Command|syntax=GET_OP_PATH_START <op number> <xs> <ys> <zs> | ||
|description=: | |description=:Get the start point of an operation's toolpath. | ||
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
|param2=<xs>|param2_desc={{xs}} | |param2=<xs>|param2_desc={{get feat xs}} | ||
|param3=<ys>|param3_desc={{ys}} | |param3=<ys>|param3_desc={{get feat ys}} | ||
|param4=<zs>|param4_desc={{zs}} | |param4=<zs>|param4_desc={{get feat zs}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :GET_OP_PATH_END 1, xe, ye, zs | ||
: | |||
:For an example macro see [[modify op path2|ModifyOpPath1.mac]] | :For an example macro see [[modify op path2|ModifyOpPath1.mac]] | ||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 16:54, 14 January 2011
Command
- GET_OP_PATH_START <op number> <xs> <ys> <zs>
- Get the start point of an operation's toolpath.
Parameters
- <op number>
- Operation number.
- <xs>
- The name of a numeric variable to set to the X position of the feature start
- <ys>
- The name of a numeric variable to set to the Y position of the feature start
- <zs>
- The name of a numeric variable to set to the Z position of the feature start
Example
- GET_OP_PATH_END 1, xe, ye, zs
- For an example macro see ModifyOpPath1.mac