jog
Move a CNC machine along X, Y, or Z axis by a specified distance at a controlled feed rate using incremental positioning.
Instructions
Jog the CNC machine along an axis by a specified distance at a given feed rate. Uses incremental mode ($J=G91).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | Yes | Axis to jog | |
| distance | Yes | Distance in mm (positive or negative for direction) | |
| feedRate | No | Feed rate in mm/min (default 1000) |