Add missing designator, required for local nets

This commit is contained in:
Marco Massarelli 2023-11-21 21:05:01 +00:00
parent 66144e98f2
commit 56c72940a7
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
module.exports = {
params: {
designator: 'JST',
side: 'F',
reversible: false,
BAT_P: { type: 'net', value: 'BAT_P' },
@ -11,8 +12,8 @@ module.exports = {
body: p => {
let local_nets = [
p.local_net("B_POS").str,
p.local_net("B_NEG").str,
p.local_net("1").str,
p.local_net("2").str,
];
const standard_opening = `
(module "JST_PH_S2B-PH-K" (layer ${p.side}.Cu) (tedit 6135B927)