remove_no_connect
Remove no-connect flags from a component pin, clearing all stacked duplicates at once. Specify component reference and pin name or number to clean up KiCad schematics.
Instructions
Remove no-connect flag(s) from a component pin.
Removes every no-connect at the pin's position, so stacked
duplicates from repeated no_connect_pin calls clear in one go.
Args:
reference: Component reference (e.g. "U2")
pin_name: Pin name (e.g. "NC") or number (e.g. "3")
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin_name | Yes | ||
| reference | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |