diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2021-06-07 13:31:03 +0300 |
---|---|---|
committer | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2021-06-07 13:31:03 +0300 |
commit | e08dc0de68ed2b159a06eca81da5c9b1450830b0 (patch) | |
tree | 4e974ee9f53de8dd848903c521ce5f456a282dcb /KiCAD/footprints.pretty/PLS-8.kicad_mod | |
parent | 9654386f25d49785f6a8bdf37a3db21106e97432 (diff) |
Repaired fabrication layers for all the footprints. These are used to generate
assembly drawings needed for soldering. As it turned out, component outlines
got imported just as a set of lines from Altium, without linking them to the
actual component. Moreover, reference designators didn't get converted
altogether, had to add them manually.
Diffstat (limited to 'KiCAD/footprints.pretty/PLS-8.kicad_mod')
-rw-r--r-- | KiCAD/footprints.pretty/PLS-8.kicad_mod | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/KiCAD/footprints.pretty/PLS-8.kicad_mod b/KiCAD/footprints.pretty/PLS-8.kicad_mod index c4bfa7a..821d589 100644 --- a/KiCAD/footprints.pretty/PLS-8.kicad_mod +++ b/KiCAD/footprints.pretty/PLS-8.kicad_mod @@ -1,4 +1,4 @@ -(module PLS-8 (layer F.Cu) (tedit 4289BEAB) +(module PLS-8 (layer F.Cu) (tedit 60BDD914) (attr smd) (fp_text reference SV1 (at 0 0) (layer F.SilkS) hide (effects (font (size 1.524 1.524) (thickness 0.05))) @@ -6,6 +6,14 @@ (fp_text value "PIN HEADER 0.1\"" (at 0 0) (layer Cmts.User) (effects (font (size 1.524 1.524) (thickness 0.05))) ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 -1.27) (end -10.16 0) (layer F.Fab) (width 0.1)) + (fp_line (start -10.16 0) (end -8.89 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -8.89 1.27) (end 10.16 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 10.16 1.27) (end 10.16 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 10.16 -1.27) (end -10.16 -1.27) (layer F.Fab) (width 0.1)) (pad 7 thru_hole circle (at 6.35 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) (pad 6 thru_hole circle (at 3.81 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) (pad 5 thru_hole circle (at 1.27 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) |