get_speed_profile
Retrieve the active speed profile of a Bambu Lab printer, including level, name, and speed multiplier. Use this to verify current speed before making adjustments.
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 | |||