set_printer_temperatures
Set target temperatures (nozzle, bed and/or chamber) on one or more printers - works while idle and mid-print. Values above the printer model maximum are clamped; 0 turns a heater off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bed | No | Target heated bed temperature in degrees Celsius. 0 turns the bed heater off. Values above the printer model maximum are clamped. At least one of tool, bed or chamber is required. | |
| tool | No | Target nozzle temperature in degrees Celsius. 0 turns the hotend off. Values above the printer model maximum are clamped. At least one of tool, bed or chamber is required. | |
| chamber | No | Target chamber temperature in degrees Celsius. 0 turns the chamber heater off. Skipped for printers without an actively heated chamber. At least one of tool, bed or chamber is required. | |
| printer_id | Yes | The printer IDs (comma-separated for multiple) | |
| tool_index | No | Zero-based tool index for multi-tool printers. Requires tool to be set. Defaults to 0. |