GET OP PATH: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Operations:Operation_Tool-Path|{{Up}}]]
{{Command|syntax=GET_OP_PATH <op number>
{{Command|syntax=GET_OP_PATH <op number>
|description=:
|description=:Get a copy of an operation's toolpath. Each operation can have more than one type of path associated with it.<br>
:Use the [[SELECT_OP_PATH_TYPE]] command to specify which one you require.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc={{op number}}
Line 6: Line 9:


===Example===
===Example===
:GET_OP_PATH
:GET_OP_PATH 3


:For an example macro see [[Modify_op_path2]]
:For an example macro see [[Modify_op_path2]]


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 21:09, 13 January 2011

Up

Command

GET_OP_PATH <op number>


Get a copy of an operation's toolpath. Each operation can have more than one type of path associated with it.
Use the SELECT_OP_PATH_TYPE command to specify which one you require.

Parameters

<op number>
Operation number.

Example

GET_OP_PATH 3
For an example macro see Modify_op_path2