estimate_structural_load
Determine safe load capacity of a cantilevered section based on material, cross-section, length, and layer orientation.
Instructions
Estimate safe structural load for a cantilevered section.
Args:
material: Material ID (e.g. "petg", "nylon", "polycarbonate").
cross_section_mm2: Effective load-bearing cross section in mm^2.
cantilever_length_mm: Cantilever length in mm.
load_across_layers: True when load is oriented across layers
(stronger); False when along layer bonds (weaker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | Yes | ||
| cross_section_mm2 | Yes | ||
| load_across_layers | No | ||
| cantilever_length_mm | Yes |