GET OP FEAT CTOOL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 4: Line 4:
|description=:Get data associated with a [[CTool]] feature in operation toolpath.
|description=:Get data associated with a [[CTool]] feature in operation toolpath.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc=Operation number.
|param2=<feature number>|param2_desc={{feature number}}
|param2=<feature number>|param2_desc=Feature number.
|param3=<ctool type>|param3_desc={{ctool type}}
|param3=<ctool type>|param3_desc={{ctool type}}
|param4=<x>|param4_desc={{parameter_variable_any_name}} the X data.
|param4=<x>|param4_desc={{parameter_variable_any_name}} the X data.

Revision as of 20:15, 13 January 2011

Up

Command

GET_OP_FEAT_CTOOL <op number> <feature number> <ctool type> <x> <y> <z>


Get data associated with a CTool feature in operation toolpath.

Parameters

<op number>
Operation number.
<feature number>
Feature number.
<ctool type>
A CTool feature is used to provide additional information in the toolpath, for example to change CRC or to indicate that the next move is an entry move. You should only change this data if you are fully aware of all of the implications of doing so.
<x>
Name of variable to be set to the X data.
<y>
Name of variable to be set to the Y data.
<z>
Name of variable to be set to the Z data.

Example