Save Board
save_boardSave the current PCB board to a .kicad_pcb file, with an optional custom path. Protects external disk changes from being overwritten unless force is enabled.
Instructions
Save the current PCB board. Refuses to overwrite external disk edits unless force=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite even if the board changed externally on disk | |
| boardPath | No | Optional destination .kicad_pcb path | |
| overwrite | No | Replace boardPath if it already exists and differs from the current board | |
| forceExternalChanges | No | Explicit alias for force |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |