ADD OP FEED MARKER: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=ADD_OP_FEED_MARKER <op number>, <feature num>, <param>, <value>, <type>, <marker num>
[[Operations:Operation_Tool-Path|{{Up}}]]
|description=*DESCRPTION*
 
{{Command|syntax=ADD_OP_FEED_MARKER <op number>, <feature num>, <distance>, <value>, <type>, <marker num>
|description=:Add a feed marker to an operation.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc={{op number}}
|param2=<feature num>|param2_desc={{feature num}}
|param2=<feature num>|param2_desc={{set feat num}}
|param3=<param>|param3_desc={{param}}
|param3=<distance>|param3_desc={{set feat dist}}
|param4=<value>|param4_desc= {{value}}
|param4=<value>|param4_desc=Feedrate value.
|param5=<type>|param5_desc={{type}}
|param5=<type>|param5_desc=The {{feedrate marker type}}.
|param6=<marker num>|param6_desc={{marker num}}
|param6=<type>|param6_desc={{get marker num}}
 
}}
}}


===Example===
===Example===
:ADD_OP_FEED_MARKER
:ADD_OP_FEED_MARKER 1, 4, 0.5, 15, 1, MarkerNum


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

Latest revision as of 16:24, 14 January 2011

Up

Command

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


Add a feed marker to an operation.

Parameters

<op number>
Operation number.
<feature num>
Feature number.
<distance>
Distance along the feature (0.0 = start, 1.0 = end).
<value>
Feedrate value.
<type>
The feedrate type (1 = user, 2 = entry, 3 = contour, 4 = percent).
<type>
Name of variable to be set to the number of the marker that was added.

Example

ADD_OP_FEED_MARKER 1, 4, 0.5, 15, 1, MarkerNum