Rename diode footprint name

This commit is contained in:
Marco Massarelli 2024-01-28 15:55:54 +00:00
parent 8a7f19a72c
commit 259a521d5e
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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))))
`