set_temperature
Set the hotend and bed temperatures for 3D printing with PLA, PETG, or ABS by specifying target Celsius values.
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.
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 |