This commit is contained in:
Diego Palacios
2022-02-27 01:02:50 +01:00
parent 21944eed07
commit 0f66dc759b
315 changed files with 141939 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
(module MD_Diode (layer F.Cu) (tedit 4EC3E830)
(fp_text reference D? (at 0 5.08) (layer F.SilkS)
(effects (font (thickness 0.254)))
)
(fp_text value DIODE (at 0 5.08) (layer F.SilkS) hide
(effects (font (thickness 0.254)))
)
(pad 1 thru_hole circle (at -3.81 5.08) (size 1.778 1.778) (drill 0.9906) (layers *.Cu *.SilkS *.Mask))
(pad 2 thru_hole rect (at 3.81 5.08) (size 1.778 1.778) (drill 0.9906) (layers *.Cu *.SilkS *.Mask))
)