home_printer
Home the printer axes (move to origin position)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axes | No | Axes to home, space-separated. Examples: "X Y Z" (all), "X Y" (XY only), "Z" (Z only) | X Y 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. |