Skip to main content

ZeqAdditiveMfg

3D printing / additive manufacturing optimization. Layer-by-layer thermal simulation, support structure generation, distortion prediction with R(t) cooling models.

EndpointPOST /api/materials/additive
Authapi-key
Rate limit10/min
Categorymaterials

Parameters

NameTypeRequiredDescription
stlModelobjectYesSTL mesh or reference.
processstringNo'fdm', 'sla', 'sls', 'dmls', 'ebm'.
materialstringNoPrint material.
layerHeight_mmnumberNoLayer 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.