1
0

TRRS: properly showing p.ref instead of 'REF**'

This commit is contained in:
Miigon 2022-05-03 07:39:43 +08:00 committed by Bán Dénes
parent 02dac3316b
commit 561309139a

View File

@ -1,8 +1,8 @@
// TRRS-PJ-320A-dual // TRRS-PJ-320A-dual
// _________________ // _________________
// | (1) (3) (4)| // | (2) (3) (4)|
// | | // | |
// |___(2)__________| // |_(1)____________|
// //
// Nets // Nets
// A: corresponds to pin 1 // A: corresponds to pin 1
@ -36,7 +36,7 @@ module.exports = {
${p.at /* parametric position */} ${p.at /* parametric position */}
${'' /* footprint reference */} ${'' /* footprint reference */}
(fp_text reference REF** (at 0 14.2) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15)))) (fp_text reference "${p.ref}" (at 0 14.2) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15))))
(fp_text value TRRS-PJ-320A-dual (at 0 -5.6) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15)))) (fp_text value TRRS-PJ-320A-dual (at 0 -5.6) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))))
${''/* corner marks */} ${''/* corner marks */}