get_safety_profile
Retrieve a 3D printer's safety profile, including temperature, feedrate, and build volume limits. Falls back to default profile when printer ID is unknown, and flags owner-supplied values.
Instructions
Get the full safety profile for a specific printer model.
Returns temperature limits, feedrate limits, volumetric flow,
build volume, and safety notes. Falls back to the default
profile if the printer_id is not found.
The profile also says where its numbers came from:
``owner_supplied`` lists any limit fields whose values were
typed by this machine's owner rather than verified by Kiln,
and ``limits_provenance`` is a ready-made sentence stating
it. Repeat that sentence when quoting a limit, so a
verified number and a typed one are never presented with
the same authority.
Args:
printer_id: Printer model identifier (e.g. ``"ender3"``,
``"bambu_x1c"``, ``"prusa_mk4"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_id | Yes |