upload_gerbers_for_quote
Upload a gerber zip file to receive a PCB fabrication quote. Track processing status with the returned job ID.
Instructions
Upload a gerber zip file to get a fabrication quote.
Reads the gerber zip from disk and submits it for fabrication quotation. Use check_manufacturing_status with the returned job_id to track progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the gerber zip file | |
| quantity | No | Number of boards (default 5) | |
| layers | No | Number of PCB layers (default 2) | |
| thickness | No | Board thickness in mm (default 1.6) | |
| surface_finish | No | Surface finish (HASL, ENIG, OSP, etc.) | HASL |
| color | No | Solder mask color (green, red, blue, black, white, yellow) | green |
| priority | No | Priority level (low, normal, high) | normal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||