get_speed_profile
Check the current speed profile of a Bambu Lab printer before adjusting it with set_speed_profile(). Returns level, name, and speed magnitude.
Instructions
Get the current speed profile (Bambu Lab printers only).
Returns the active speed profile with:
- ``level``: numeric level 1–4
- ``name``: profile name — ``"silent"`` (50%), ``"standard"`` (100%),
``"sport"`` (124%), or ``"ludicrous"`` (166%)
- ``speed_magnitude``: actual speed multiplier percentage reported by the
printer firmware
Use this to check the current speed before adjusting it with
``set_speed_profile()``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||