GET OP PATH START
From Macros Wiki
Jump to navigationJump to search
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_START 1, xe, ye, zs
- For an example macro see ModifyOpPath1.mac