set_speed_profile
Set the printer speed profile to silent, standard, sport, or ludicrous mode for Bambu Lab printers. Sport and Ludicrous automatically increase nozzle temperature to prevent under-extrusion.
Instructions
Set the printer speed profile (Bambu Lab printers only).
Args:
profile: Speed profile name — one of ``"silent"`` (50% speed,
quiet), ``"standard"`` (100%, default), ``"sport"`` (124%,
faster), or ``"ludicrous"`` (166%, maximum speed).
Sport and Ludicrous modes automatically increase nozzle temperature
to prevent under-extrusion at higher flow rates.
Use ``printer_status()`` to see the current speed profile in the
response's ``printer.speed_profile`` field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes |