pcb: add our own copies of 3d models and footprints
The Kicad default footprints seem volatile and unreliable. Going between two machines that both have "Kicad 5.0.0" installed results in incompatibilities because KiCad has renamed their footprint libraries. Also, for some reason it's going to Github to get footprints instead of using local copies. Copy every model and footprint we use into a local tomu-fpga.pretty. This lets us ensure we can work offline, and also allows us to modify footprints, e.g. by adding a "Pin 1" marker. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
17
hardware/pcb/tomu-fpga.pretty/TestPoint_Pad_D1.5mm.kicad_mod
Normal file
17
hardware/pcb/tomu-fpga.pretty/TestPoint_Pad_D1.5mm.kicad_mod
Normal file
@ -0,0 +1,17 @@
|
||||
(module TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F)
|
||||
(descr "SMD pad as test Point, diameter 1.5mm")
|
||||
(tags "test point SMD pad")
|
||||
(attr virtual)
|
||||
(fp_text reference REF** (at 0 -1.648) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value TestPoint_Pad_D1.5mm (at 0 1.75) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text user %R (at 0 -1.65) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05))
|
||||
(fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12))
|
||||
(pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask))
|
||||
)
|
Reference in New Issue
Block a user