get_speed_profile
Check the active speed profile on Bambu Lab printers, returning the speed level, profile name, and multiplier to verify current settings before adjusting speed.
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 | |||