set_printer_light
Set the chamber or work LED light on Bambu Lab printers to on, off, or flashing. Use it to improve camera visibility, signal print completion, or turn lights off overnight.
Instructions
Control the printer's LED lights (Bambu Lab printers only).
Args:
node: Which light to control — ``"chamber_light"`` (main
illumination) or ``"work_light"`` (nozzle area).
Defaults to ``"chamber_light"``.
mode: Light mode — ``"on"``, ``"off"``, or ``"flashing"``.
Defaults to ``"on"``.
Use this to improve camera visibility, signal print completion
(flashing), or turn lights off for overnight prints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | on | |
| node | No | chamber_light |