ADD OP FEED MARKER: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
{{Command|syntax=ADD_OP_FEED_MARKER <op number>, <feature num>, < | {{Command|syntax=ADD_OP_FEED_MARKER <op number>, <feature num>, <distance>, <value>, <type>, <marker num> | ||
|description=: | |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={{ | |param2=<feature num>|param2_desc={{set feat num}} | ||
|param3=< | |param3=<distance>|param3_desc={{set feat dist}} | ||
|param4=<value>|param4_desc= | |param4=<value>|param4_desc=Feedrate value. | ||
|param5=<type>|param5_desc={{type}} | |param5=<type>|param5_desc=The {{feedrate marker type}}. | ||
|param6=< | |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
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