ugs_jog
Jog a CNC axis (X, Y, or Z) by a specified distance at a given feedrate. Requires a confirmation token to prevent accidental movement.
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
| Name | Required | Description | Default |
|---|---|---|---|
| axis | Yes | ||
| distance_mm | Yes | ||
| feedrate | Yes | ||
| confirmation_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |