Ergogen: Fix DRC issues in KiCad footprints
This commit is contained in:
parent
671f85b13e
commit
f438b19352
5 changed files with 11 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ module.exports = {
|
|||
body: p => `
|
||||
(module C_0805_2012Metric (layer ${p.side}.Cu) (tedit 5F68FEEE)
|
||||
${p.at /* parametric position */}
|
||||
(attr smd)
|
||||
|
||||
${'' /* footprint reference */}
|
||||
(fp_text reference "${p.ref}" (at 0 0) (layer ${p.side}.SilkS) ${p.ref_hide} (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue