ZeqAdditiveMfg
3D printing / additive manufacturing optimization. Layer-by-layer thermal simulation, support structure generation, distortion prediction with R(t) cooling models.
| Endpoint | POST /api/materials/additive |
| Auth | api-key |
| Rate limit | 10/min |
| Category | materials |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
stlModel | object | Yes | STL mesh or reference. |
process | string | No | 'fdm', 'sla', 'sls', 'dmls', 'ebm'. |
material | string | No | Print material. |
layerHeight_mm | number | No | Layer thickness. |
Returns
{ printTime_hr, materialUsage_g, supportVolume_cm3, distortion_mm, optimalOrientation, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"stlModel": {},
"process": "fdm",
"material": "<material>",
"layerHeight_mm": 0.2
}' \
"https://zeqsdk.com/api/materials/additive"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-additive-mfg.