GET OP PATH START: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 11: Line 11:


===Example===
===Example===
:GET_OP_PATH_END 1, xe, ye, zs
:GET_OP_PATH_START 1, xe, ye, zs
:
:<br>
:For an example macro see [[modify op path2|ModifyOpPath1.mac]]
:For an example macro see [[modify op path2|ModifyOpPath1.mac]]


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

Latest revision as of 16:55, 14 January 2011

Up

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