hardware: pretty: led: replace pin1 marker with silk
It turns out that if you put pads down on the silk layer, kicad doesn't export them. As a result, evt1 had no pin1 marker for this LED. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
		| @@ -1,11 +1,11 @@ | |||||||
| (module LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5BD95217) | (module LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5BEA3470) | ||||||
|   (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") |   (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") | ||||||
|   (tags "LED handsolder") |   (tags "LED handsolder") | ||||||
|   (attr smd) |   (attr smd) | ||||||
|   (fp_text reference REF** (at 0 -1.65) (layer F.SilkS) |   (fp_text reference D1 (at 2.9 -0.1) (layer F.SilkS) | ||||||
|     (effects (font (size 1 1) (thickness 0.15))) |     (effects (font (size 1 1) (thickness 0.15))) | ||||||
|   ) |   ) | ||||||
|   (fp_text value LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (at 0 1.65) (layer F.Fab) |   (fp_text value "Power LED" (at 0 1.65) (layer F.Fab) | ||||||
|     (effects (font (size 1 1) (thickness 0.15))) |     (effects (font (size 1 1) (thickness 0.15))) | ||||||
|   ) |   ) | ||||||
|   (fp_line (start 1 -0.6) (end -0.7 -0.6) (layer F.Fab) (width 0.1)) |   (fp_line (start 1 -0.6) (end -0.7 -0.6) (layer F.Fab) (width 0.1)) | ||||||
| @@ -23,9 +23,9 @@ | |||||||
|   (fp_text user %R (at 0 0) (layer F.Fab) |   (fp_text user %R (at 0 0) (layer F.Fab) | ||||||
|     (effects (font (size 0.5 0.5) (thickness 0.08))) |     (effects (font (size 0.5 0.5) (thickness 0.08))) | ||||||
|   ) |   ) | ||||||
|  |   (fp_circle (center -2.2 0) (end -2.2 -0.1) (layer F.SilkS) (width 0.15)) | ||||||
|   (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391)) |   (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391)) | ||||||
|   (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391)) |   (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391)) | ||||||
|   (pad "" smd circle (at -2.2 0 180) (size 0.3 0.3) (layers F.SilkS)) |  | ||||||
|   (model ${KIPRJMOD}/tomu-fpga.pretty/LED_0805.wrl |   (model ${KIPRJMOD}/tomu-fpga.pretty/LED_0805.wrl | ||||||
|     (at (xyz 0 0 0)) |     (at (xyz 0 0 0)) | ||||||
|     (scale (xyz 1 1 1)) |     (scale (xyz 1 1 1)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user