Files
mikilab-kicad-library/footprints/mechanical/Keebio-Parts.pretty/solder_jumper.kicad_mod
T
micheleandClaude Sonnet 5 f54bc6ef62 Import Keebio-Parts.pretty (MIT, keebio/Keebio-Parts.pretty)
Vendor footprint library for mechanical-keyboard hardware (switches,
stabilizers, encoders, connectors, MCU/passive footprints), added
whole as MIKILAB_Keebio_Parts under footprints/mechanical, following
the same "keep vendor .pretty intact" precedent as altera.pretty /
xilinx.pretty / lattice.pretty.

Rewrote every 3D model reference that leaked the original author's
absolute local paths (/Users/danny/..., /Library/Application
Support/kicad/...) so the library stays self-contained:
- resolvable refs -> ${KIPRJMOD}/3dmodels/mechanical/Keebio-Parts/...
  (7 STEP files actually present upstream, copied alongside)
- genuinely missing vendor assets -> ${KISBLIB}/Keebio-Parts.pretty/...,
  the same known-gap convention already used for other vendor
  libraries in this repo
- one hardcoded stock-KiCad path -> ${KISYS3DMOD}/...
Also stripped a stray "Sheet file" property pointing at the original
author's own project.

fp-lib-table/.global regenerated from the tree; MANIFEST.csv rows
added for every imported footprint and 3D model. check_library.py:
0 errors (was 0 before, still 0).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TnzoFuRZAhRGeHAdz8UzR2
2026-09-10 01:54:40 +02:00

26 lines
1.5 KiB
Plaintext

(module solder_jumper (layer F.Cu) (tedit 5699098E)
(solder_mask_margin 0.001)
(solder_paste_margin -0.02)
(clearance 0.001)
(fp_text reference REF** (at -0.508 1.016) (layer Cmts.User) hide
(effects (font (size 0.3 0.3) (thickness 0.03)))
)
(fp_text value solder_jumper (at 0 -1.524) (layer F.SilkS) hide
(effects (font (size 0.4 0.4) (thickness 0.04)))
)
(fp_poly (pts (xy -0.1 -0.75) (xy -0.3565 -0.7048) (xy -0.5821 -0.5745) (xy -0.7495 -0.375)
(xy -0.8386 -0.1302) (xy -0.8386 0.1302) (xy -0.7495 0.375) (xy -0.5821 0.5745)
(xy -0.3565 0.7048) (xy -0.1 0.75) (xy -0.1 -0.75)) (layer F.Cu) (width 0.01))
(fp_poly (pts (xy 0.1 0.75) (xy 0.3565 0.7048) (xy 0.5821 0.5745) (xy 0.7495 0.375)
(xy 0.8386 0.1302) (xy 0.8386 -0.1302) (xy 0.7495 -0.375) (xy 0.5821 -0.5745)
(xy 0.3565 -0.7048) (xy 0.1 -0.75) (xy 0.1 0.75)) (layer F.Cu) (width 0.01))
(fp_poly (pts (xy -0.1 -0.75) (xy -0.3565 -0.7048) (xy -0.5821 -0.5745) (xy -0.7495 -0.375)
(xy -0.8386 -0.1302) (xy -0.8386 0.1302) (xy -0.7495 0.375) (xy -0.5821 0.5745)
(xy -0.3565 0.7048) (xy -0.1 0.75) (xy -0.1 -0.75)) (layer B.Cu) (width 0.01))
(fp_poly (pts (xy 0.1 0.75) (xy 0.3565 0.7048) (xy 0.5821 0.5745) (xy 0.7495 0.375)
(xy 0.8386 0.1302) (xy 0.8386 -0.1302) (xy 0.7495 -0.375) (xy 0.5821 -0.5745)
(xy 0.3565 -0.7048) (xy 0.1 -0.75) (xy 0.1 0.75)) (layer B.Cu) (width 0.01))
(pad 1 thru_hole circle (at -0.45 0) (size 0.4 0.4) (drill 0.3) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 0.45 0) (size 0.4 0.4) (drill 0.3) (layers *.Cu *.Mask))
)