SET OP PATH: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=SET_OP_PATH <op number> | {{Command|syntax=SET_OP_PATH <op number> | ||
|description=: | |description=:Set the toolpath associated with an operation to the current macro path.<br> | ||
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
:SET_OP_PATH | :SET_OP_PATH 4 | ||
:For an example macro see [[Modify_op_path2]] | :For an example macro see [[Modify_op_path2]] | ||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 21:11, 13 January 2011
Command
- SET_OP_PATH <op number>
- Set the toolpath associated with an operation to the current macro path.
Parameters
- <op number>
- Operation number.
Example
- SET_OP_PATH 4
- For an example macro see Modify_op_path2