From e08dc0de68ed2b159a06eca81da5c9b1450830b0 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Mon, 7 Jun 2021 13:31:03 +0300 Subject: 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. --- KiCAD/footprints.pretty/PLS-3.kicad_mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'KiCAD/footprints.pretty/PLS-3.kicad_mod') diff --git a/KiCAD/footprints.pretty/PLS-3.kicad_mod b/KiCAD/footprints.pretty/PLS-3.kicad_mod index 44aa6e7..951d524 100644 --- a/KiCAD/footprints.pretty/PLS-3.kicad_mod +++ b/KiCAD/footprints.pretty/PLS-3.kicad_mod @@ -1,4 +1,4 @@ -(module PLS-3 (layer F.Cu) (tedit 4289BEAB) +(module PLS-3 (layer F.Cu) (tedit 60BDD856) (attr smd) (fp_text reference JP4 (at 0 0) (layer F.SilkS) hide (effects (font (size 1.524 1.524) (thickness 0.05))) @@ -6,6 +6,14 @@ (fp_text value "Standard 3-pin 0.1\" header. Use with straight break away headers (SKU : PRT-00116), right angle break away headers (PRT-00553), swiss pins (PRT-00743), machine pins (PRT-00117), and female headers (PRT-00115). Molex polarized connector foot print use with SKU : PRT-08232 with associated crimp pins and housings." (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 -3.81 -1.27) (end -3.81 0) (layer F.Fab) (width 0.1)) + (fp_line (start -3.81 0) (end -2.54 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -2.54 1.27) (end 3.81 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 3.81 1.27) (end 3.81 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 3.81 -1.27) (end -3.81 -1.27) (layer F.Fab) (width 0.1)) (pad 1 thru_hole rect (at -2.54 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) (pad 2 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) (pad 3 thru_hole circle (at 2.54 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) -- cgit v1.2.3