Skip to main content

ZeqCNC

CNC toolpath optimization with Zeqond-quantized feed rates. Chatter detection via R(t) vibration analysis, adaptive feed control, tool wear prediction.

EndpointPOST /api/mfg/cnc
Authapi-key
Rate limit15/min
Categorymanufacturing

Parameters

NameTypeRequiredDescription
gcodestringYesG-code program or reference.
materialstringNo'aluminum', 'steel', 'titanium', 'composite'.
toolDiameter_mmnumberNoCutting tool diameter.

Returns

{ optimizedGcode, feedRate_mm_min, chatterRisk, toolLife_min, surfaceFinish_Ra, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"gcode": "<gcode>",
"material": "<material>",
"toolDiameter_mm": 10
}' \
"https://zeqsdk.com/api/mfg/cnc"

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-cnc.