estimate_structural_load
Calculate safe load capacity for a cantilevered 3D printed part based on material, cross section, and length, with orientation considered.
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 the load pulls the layer
interfaces apart (load along the build/Z direction —
the WEAK direction for FDM; capacity is derated).
False when the load acts within the layer planes
(e.g. a bracket printed lying flat — the strong
direction; full table value). If unsure, leave True:
it is the conservative default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | Yes | ||
| cross_section_mm2 | Yes | ||
| load_across_layers | No | ||
| cantilever_length_mm | Yes |