Make references and values hidden by default
This commit is contained in:
parent
66f420d800
commit
ad24f0a533
11 changed files with 24 additions and 23 deletions
|
@ -37,8 +37,8 @@ module.exports = {
|
|||
${p.at /* parametric position */}
|
||||
|
||||
${'' /* footprint reference */}
|
||||
(fp_text reference "${p.ref}" (at 0 0) (layer F.SilkS) (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
(fp_text value "" (at 0 0) (layer F.SilkS) (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
(fp_text reference "${p.ref}" (at 0 0) (layer F.SilkS) ${p.ref_hide} (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
(fp_text value "" (at 0 0) (layer F.SilkS) hide (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
|
||||
${''/* SMD pads */}
|
||||
${layout(p.param.front, 'F')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue