get_safety_profile
Retrieve a 3D printer's safety profile including temperature and feedrate limits, build volume, and safety notes. Falls back to defaults if printer ID is unknown.
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 |