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:
@ -1,4 +1,4 @@
|
||||
(module MEMS-20005625B (layer F.Cu) (tedit 5BD9306F)
|
||||
(module MEMS-20005625B (layer F.Cu) (tedit 5BD93E78)
|
||||
(fp_text reference REF** (at 0.2 1.1) (layer F.SilkS)
|
||||
(effects (font (size 0.5 0.5) (thickness 0.1)))
|
||||
)
|
||||
@ -15,6 +15,7 @@
|
||||
(pad 4 smd rect (at -0.6 -0.375) (size 0.35 0.5) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 1 smd trapezoid (at -0.641 0.56 180) (size 0.13 0.13) (rect_delta 0 0.129 ) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 1 smd rect (at -0.705 0.31) (size 0.13 0.37) (layers F.Cu F.Paste F.Mask))
|
||||
(pad "" smd circle (at -1.1 0.4 180) (size 0.3 0.3) (layers F.SilkS))
|
||||
(model ${KISYS3DMOD}/Oscillators.3dshapes/Oscillator_SMD_TCXO_G158.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.06 0.1 0.05))
|
||||
|
Reference in New Issue
Block a user