remove_junction
Removes a junction at specified coordinates in a KiCad schematic file, enabling cleanup or correction of wiring connections.
Instructions
Remove a junction at the given coordinates.
Args:
x: X position
y: Y position
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |