move_printer_axis
Move a printer axis to a relative position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | Movement speed in mm/min. If not specified, uses printer default. | |
| distance | Yes | Distance to move in millimeters | |
| direction | Yes | Axis and direction to move. Use axis letter, optionally with minus for negative. Examples: "X" (+X), "X-" (-X), "Y", "Y-", "Z", "Z-" | |
| printer_id | Yes | The printer IDs (comma-separated for multiple) | |
| snippet_id | No | ID of a gcode snippet to send. Either gcode, macro, or snippet_id is required. |