pcb_create_copper_pour
Create a rectangular copper pour area on a specified PCB layer, assigning it to a net for grounding or power distribution.
Instructions
创建矩形铺铜区域
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net | Yes | 网络名称(如 GND) | |
| layer | Yes | 层号 (1=顶层, 2=底层) | |
| x1 | Yes | 左上角 X (mil) | |
| y1 | Yes | 左上角 Y (mil) | |
| x2 | Yes | 右下角 X (mil) | |
| y2 | Yes | 右下角 Y (mil) |