GET OP FEAT START
From Macros Wiki
Jump to navigationJump to search
Command
- GET_OP_FEAT_START <op number>, <feature num>, <xs>, <ys>, [<zs>]
- Get the start of a feature in an operation's toolpath.
Parameters
- <op number>
- Operation number.
- <feature number>
- Feature number. 1 for the first feature, 2 for the second etc.
- <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_FEAT_START 1, 15, xs, ys, zs
- For an example macro see Modify_op_path2