pcb_auto_route_nets
Automatically route selected PCB nets with single-layer obstacle avoidance or two-layer L-shaped routing using vias. Supports custom width, layers, and clearance; always run DRC afterwards.
Instructions
自动布线:单层障碍规避(默认,绕开焊盘+clearance)或两层 L 型(useVias)。需 DRC 复查
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nets | No | 要布线的网络列表(默认全部) | |
| width | No | 线宽 mil(默认 10) | |
| useVias | No | true=两层 L 型(含过孔);false/缺省=单层障碍规避 | |
| topLayer | No | 布线层(默认 1 顶层) | |
| viaLayer | No | 垂直走线层(useVias 时,默认 2 底层) | |
| clearance | No | 障碍间距 mil(默认 15) |