set_printer_motors
Enable or disable the printer stepper motors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Motor state: "on" to enable motors (lock axes), "off" to disable (allow manual movement) | |
| 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. |