Skip to content

Commit

Permalink
Change net defauls
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Oct 24, 2023
1 parent 6c317e8 commit d988a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ergogen/footprints/jst_battery_connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ module.exports = {
params: {
side: 'F',
reversible: false,
BAT_P: { type: 'net', value: 'BAT+' },
BAT_N: { type: 'net', value: 'BAT-' },
BAT_P: { type: 'net', value: 'BAT_P' },
BAT_N: { type: 'net', value: 'GND' },
},
body: p => {
const standard_opening = `
(footprint "JST_PH_S2B-PH-K" (layer ${p.side}.Cu) (tedit 6135B927)
${p.at /* parametric position */}
(descr "JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator")
(descr "JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf)")
(attr through_hole)
(fp_text reference "${p.ref}" (at 1 -2.55 ${p.rot}) (layer "${p.side}.SilkS") ${p.ref_hide}
(effects (font (size 1 1) (thickness 0.15)))
Expand Down

0 comments on commit d988a02

Please sign in to comment.