set_temperature
Set target temperatures for the hotend and heated bed in Celsius, optionally for a specific printer. Pass 0 to turn a heater off, or omit a value to leave it unchanged.
Instructions
Set the target temperature for the hotend (tool) and/or heated bed.
Args:
tool_temp: Target hotend temperature in Celsius. Pass ``0`` to turn
the heater off. Omit or pass ``null`` to leave unchanged.
bed_temp: Target bed temperature in Celsius. Pass ``0`` to turn
the heater off. Omit or pass ``null`` to leave unchanged.
printer_name: Which printer to heat. Omit for the default printer,
which is what this did before it could be aimed — so asking to
preheat a second machine heated the default one instead. The
safety ceiling follows the named machine: a printer with no
declared model is held to the unknown-printer limit rather than
to the default printer's, which may be the more permissive of
the two.
At least one of ``tool_temp`` or ``bed_temp`` must be provided.
Common PLA temperatures: tool 200-210C, bed 60C.
Common PETG temperatures: tool 230-250C, bed 80-85C.
Common ABS temperatures: tool 240-260C, bed 100-110C.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bed_temp | No | ||
| tool_temp | No | ||
| printer_name | No |