Tool radius (P-TOOL-00020)
| P-TOOL-00020 | Tool radius | 
| Description | Enter the tool radius for each path in this parameter | 
| Parameter | wz[i].path[j].radius | 
| Data type | SGN32 | 
| Data range | MIN(SGN32) ≤ radius < MAX(SGN32) | 
| Dimension | 0.1 µm or 0.0001 inch | 
| Default value | 0 | 
| Remarks | Parameterisation example: The tool radius of Tool 5 for Path 1 is to be 10 mm and for Path 2 10.5 mm. wz[5].path[0].radius 100000 # Tool radius 10 mm in Path 1 wz[5].path[1].radius 105000 # Tool radius 10.5 mm in Path 2 |