quick_adaptive_plan
Analyze 3D model geometry and generate an adaptive slicing plan in one step, based on material, height, and strategy.
Instructions
All-in-one adaptive slicing: analyze geometry + generate plan.
Convenience tool that combines geometry analysis and plan generation
in a single call. Ideal when you have basic model info and want a
quick adaptive plan without multiple tool calls.
Args:
material: Material name (PLA, PETG, ABS, etc.).
model_height_mm: Total model height in mm.
model_name: Optional model name.
nozzle_diameter_mm: Nozzle diameter (default 0.4mm).
mode: Adaptive strategy — "balanced", "quality_first",
"speed_first", or "material_optimized".
printer: Optional printer identifier.
regions: Optional list of region dicts. If omitted, a default
STANDARD region spanning the full height is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | balanced | |
| printer | No | ||
| regions | No | ||
| material | Yes | ||
| model_name | No | ||
| model_height_mm | Yes | ||
| nozzle_diameter_mm | No |