estimate_price
Estimate 3D printing costs instantly by specifying technology, part volume or dimensions, and quantity.
Instructions
Get an instant price estimate before requesting a full quote.
Args:
technology: Manufacturing technology: FDM, SLA, SLS, MJF, or DMLS.
volume_cm3: Part volume in cubic centimeters (if known).
dimensions_x_mm: Bounding box X dimension in mm (alternative to volume).
dimensions_y_mm: Bounding box Y dimension in mm.
dimensions_z_mm: Bounding box Z dimension in mm.
quantity: Number of copies (default 1).
Returns a low/high price range based on typical per-cm3 pricing for
the technology. For exact pricing, use ``fulfillment_quote`` with a
real model file.
Either ``volume_cm3`` or all three dimension parameters must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | ||
| technology | Yes | ||
| volume_cm3 | No | ||
| dimensions_x_mm | No | ||
| dimensions_y_mm | No | ||
| dimensions_z_mm | No |