Create CAM Operation
cam_create_operationAdd a machining operation to a CAM setup by selecting a toolpath strategy and specifying cutting parameters like feed rate, spindle speed, stepdown, and coolant.
Instructions
Add a machining operation to a setup. Strategy determines the toolpath type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Operation name | |
| coolant | No | flood | |
| stepdown | No | Axial depth of cut (cm) | |
| stepover | No | Radial stepover (cm) | |
| strategy | Yes | Machining strategy | |
| feed_rate | No | Feed rate (cm/min) | |
| setup_name | Yes | Name of the parent setup | |
| tool_number | No | Tool number from library | |
| spindle_speed | No | Spindle speed (RPM) | |
| tool_diameter | No | Not supported — tool geometry comes from the CAM tool library; select via tool_number instead. Passing this raises an error. |