recommend_adhesion_settings
Analyzes a 3D model's geometry and material to recommend brim width and raft settings, considering warp risk and printer type.
Instructions
Recommend brim/raft settings for a 3D model based on geometry + material.
Analyzes the model's bed contact area, material warp tendency, and
printer type to produce a concrete brim width and optional raft
recommendation. Returns ``slicer_overrides`` ready to pass to
``slice_model`` or ``slice_and_print``.
Args:
model_path: Path to an STL or OBJ mesh file.
material: Filament material (e.g. ``"PLA"``, ``"ABS"``,
``"PETG"``). Affects warp risk calculation.
printer_id: Optional printer model ID (e.g. ``"bambu_a1"``).
Used to detect bed-slinger printers that need wider brims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | No | PLA | |
| model_path | Yes | ||
| printer_id | No |