ugs_jog
Jog a single CNC axis by a set distance at a given feedrate. User must provide a confirmation token before movement executes.
Instructions
Jog a single axis (X, Y, or Z) by distance_mm at feedrate mm/min. Call with no token first to get a preview and confirmation token. The user must provide the token back before movement executes. Claude CANNOT self-confirm movement - the token enforces this at the server level.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | Yes | ||
| distance_mm | Yes | ||
| feedrate | Yes | ||
| confirmation_token | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |