get_compatible_materials
Retrieve all materials sharing the same family, such as PLA or PETG, to find compatible substitutes for 3D printing.
Instructions
Find all materials in a given family (e.g. PLA, PETG, resin).
Returns every catalog entry sharing the same material family,
useful for finding compatible substitutes.
Args:
material_family: Family name (e.g. ``"pla"``, ``"petg"``, ``"resin"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_family | Yes |