set_printer_light
Control the chamber light or work light on Bambu Lab printers. Turn on, off, or flash to improve visibility or signal print completion.
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 |