set_fan_speed
Set the speed of a specific fan on your Bambu printer, including part, auxiliary, or chamber fans, from 0 to 100%.
Instructions
Set a Bambu printer fan speed percentage using the printer's MQTT fan command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fan | Yes | Fan to control: part, auxiliary, chamber, 1, 2, or 3 | |
| speed | Yes | Fan speed percentage from 0 to 100 | |
| host | No | Hostname or IP of the printer (default: value from env) | |
| bambu_serial | No | Serial number (default: value from env) | |
| bambu_token | No | Access token (default: value from env) |