Documentation & page contents

Hand to manufacturing · 10 · techpack

Manufacturing tech pack

You have a sealed blank. A tech pack for manufacturing review.

You have

a sealed blank

You want

A tech pack for manufacturing review

You have a sealed Pattern + Construction (or a library Product). You want a tech pack for manufacturing review: cover, BOM, operations, points of measure, placements, graded nests.

This is the custom / cut-and-sew handoff. Pair it with garment.export for the 3D. This factory does not publish a store listing.

Steps

  1. product.get product
  2. pattern.get pattern
  3. construction.get construction
  4. pattern.preflight
  5. construction.preflight
  6. pattern.grade graded
  7. material.get material
  8. techpack.export pack

Sample inputs

KeyValue
product_idaop-hoodie
material_idfleece_250gsm
colorways["samples/colorways/navy.json","samples/colorways/black.json"]

Expected fixture checks

These are the checks declared by this sample, not a captured production result. Referenced sample files are included in the gated SDK checkout.

{
  "graded.ok": true,
  "pack.ok": true,
  "pack.format": "pdf",
  "pack.sections": [
    "cover",
    "bom",
    "operations",
    "pom",
    "placements",
    "nests",
    "colorways"
  ]
}

Run

Obtain and install the SDK before running this example from its root directory.

python examples/run_workflow.py techpack