Tom
914c4fa1e3
feat: add footprint + symbol creator tools
Footprint tools:
- create_footprint: generates .kicad_mod via f-string (SMD/THT, courtyard, silkscreen, fab)
- edit_footprint_pad: updates size/position/drill/shape in-place
- list_footprint_libraries: scans .pretty directories
- register_footprint_library: adds entry to fp-lib-table
Symbol tools:
- create_symbol: generates .kicad_sym with pins, rectangles, polylines
- delete_symbol: removes symbol from library
- list_symbols_in_library: lists all symbols in a .kicad_sym file
- register_symbol_library: adds entry to sym-lib-table
Also:
- Fix footprint format version: 20250114 (schematic) -> 20241229 (footprint)
- Two MCP prompts: create_footprint_guide + footprint_ipc_checklist
Live tested: TMC2209 footprint (19 pads), R_0603_Test, edit_footprint_pad,
TMC2209_Custom symbol with pins all confirmed in KiCAD 9
2026-02-28 22:42:27 +01:00
..
2025-11-17 15:40:20 -05:00
2025-10-25 20:48:00 -04:00
2025-10-25 20:48:00 -04:00
2026-01-10 10:49:08 -05:00
2026-01-19 19:17:35 -05:00
2026-02-28 01:23:36 +01:00
2026-02-28 13:48:35 +01:00
2026-02-27 18:15:46 +01:00
2026-02-28 15:21:07 +01:00
2025-11-17 16:44:00 -05:00
2026-02-28 22:42:27 +01:00
2026-01-10 09:04:56 -05:00
2026-01-10 09:04:56 -05:00
2026-02-26 10:03:20 -05:00
2025-10-25 20:48:00 -04:00
2026-01-10 10:06:16 -05:00
2026-02-27 18:15:46 +01:00
2026-02-28 01:23:36 +01:00
2026-02-28 14:40:32 +01:00
2026-02-27 18:15:46 +01:00
2026-02-28 14:40:32 +01:00
2026-02-28 22:42:27 +01:00
2026-02-26 10:03:20 -05:00