get_safety_profile
Retrieve the full safety profile for any 3D printer model, including temperature and feedrate limits, build volume, and safety notes. Falls back to defaults if model not found.
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.
Args:
printer_id: Printer model identifier (e.g. ``"ender3"``,
``"bambu_x1c"``, ``"prusa_mk4"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_id | Yes |