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,14 +1,19 @@
|
||||
(module LED-RGB-5DS-UHD1110-FKA (layer F.Cu) (tedit 5BD926C3)
|
||||
(module LED-RGB-5DS-UHD1110-FKA (layer F.Cu) (tedit 5BD93E3D)
|
||||
(fp_text reference REF** (at -0.1 0.8) (layer F.SilkS)
|
||||
(effects (font (size 0.2 0.2) (thickness 0.05)))
|
||||
)
|
||||
(fp_text value "RGB LED" (at 0.1 -0.7) (layer F.Fab)
|
||||
(effects (font (size 0.2 0.2) (thickness 0.05)))
|
||||
)
|
||||
(fp_line (start -0.6 -0.6) (end 0.6 -0.6) (layer F.CrtYd) (width 0.03))
|
||||
(fp_line (start 0.6 -0.6) (end 0.6 0.6) (layer F.CrtYd) (width 0.03))
|
||||
(fp_line (start 0.6 0.6) (end -0.6 0.6) (layer F.CrtYd) (width 0.03))
|
||||
(fp_line (start -0.6 0.6) (end -0.6 -0.6) (layer F.CrtYd) (width 0.03))
|
||||
(pad 1 smd rect (at -0.3 -0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 2 smd rect (at 0.3 -0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 3 smd rect (at -0.3 0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 4 smd rect (at 0.3 0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
|
||||
(pad "" smd circle (at -0.8 -0.3 180) (size 0.3 0.3) (layers F.SilkS))
|
||||
(model ${KISYS3DMOD}/LEDs.3dshapes/LED_WS2812B-PLCC4.wrl
|
||||
(offset (xyz 0 0 -0.03))
|
||||
(scale (xyz 0.07000000000000001 0.07000000000000001 0.05))
|
||||
|
Reference in New Issue
Block a user