pcb_create_copper_pour
Creates a rectangular copper pour region on a specified layer and net. Use it to add ground or power planes by defining two opposite corners.
Instructions
创建矩形铺铜区域
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | 左上角 X (mil) | |
| x2 | Yes | 右下角 X (mil) | |
| y1 | Yes | 左上角 Y (mil) | |
| y2 | Yes | 右下角 Y (mil) | |
| net | Yes | 网络名称(如 GND) | |
| layer | Yes | 层号 (1=顶层, 2=底层) |