GET OP FEED MARKER

From Macros Wiki
Revision as of 15:50, 14 January 2011 by Mikeo (talk | contribs)
Jump to navigationJump to search

Up

Command

GET_OP_FEED_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>, <type>


Get feedrate marker data associated with an operation.

Parameters

<op number>
Operation number.
<marker num>
Marker number.
<feature num>
The name of a numeric variable to be set to the feature number.
<distance>
The name of a numeric variable to be set to the distance along the feature (0.0 = start, 1.0 = end).
<value>
The name of a numeric variable to be set to the feedrate type (1 = user, 2 = entry, 3 = contour, 4 = percent)
<type>

Example

GET_OP_FEED_MARKER 1, 4, FeatNum, FeetDist, FeedVal, FeedType