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/HDR1X10.kicad_mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'KiCAD/footprints.pretty/HDR1X10.kicad_mod') diff --git a/KiCAD/footprints.pretty/HDR1X10.kicad_mod b/KiCAD/footprints.pretty/HDR1X10.kicad_mod index 3ba8dbb..324eed2 100644 --- a/KiCAD/footprints.pretty/HDR1X10.kicad_mod +++ b/KiCAD/footprints.pretty/HDR1X10.kicad_mod @@ -1,4 +1,4 @@ -(module HDR1X10 (layer F.Cu) (tedit 4289BEAB) +(module HDR1X10 (layer F.Cu) (tedit 60BDD308) (attr smd) (fp_text reference JP5 (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 10-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)." (at 0 0) (layer Cmts.User) (effects (font (size 1.524 1.524) (thickness 0.05))) ) + (fp_text user %R (at 11.43 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.27 -1.27) (end -1.27 0) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 0) (end 0 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0 1.27) (end 24.13 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 24.13 1.27) (end 24.13 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 24.13 -1.27) (end -1.27 -1.27) (layer F.Fab) (width 0.1)) (pad 1 thru_hole rect (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) (pad 2 thru_hole circle (at 2.54 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) (pad 4 thru_hole circle (at 7.62 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Paste *.Mask)) -- cgit v1.2.3