Skip to content

Commit

Permalink
Rename diode footprint name
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Jan 28, 2024
1 parent 8a7f19a commit 259a521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ergogen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ pcbs:
rotate: switch_rotation

diodes_b:
what: combo_diode
what: combo_diode_sod123
where: /key/
params:
from: "{{colrow}}"
Expand All @@ -693,7 +693,7 @@ pcbs:
rotate: 90 + diode_rotation

diodes_f:
what: combo_diode
what: combo_diode_sod123
where: /key/
params:
from: "{{colrow}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
body: p => {

const standard_opening = `
(module "ceoloide/combo_diode" (layer ${p.side}.Cu) (tedit 5B24D78E)
(module "ceoloide/combo_diode_sod123" (layer ${p.side}.Cu) (tedit 5B24D78E)
${p.at /* parametric position */}
(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))))
`
Expand Down

0 comments on commit 259a521

Please sign in to comment.