Rename file to match new naming convention

This commit is contained in:
Marco Massarelli 2024-01-29 18:03:41 +00:00
parent 5c11d3e2c9
commit 0774d0997b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -40,7 +40,7 @@ module.exports = {
body: p => {
const standard_opening = `
(module "ceoloide:combo_diode_sod123" (layer ${p.side}.Cu) (tedit 5B24D78E)
(module "ceoloide:diode_tht_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))))
`