Rename file to match new naming convention
This commit is contained in:
parent
5c11d3e2c9
commit
0774d0997b
|
|
@ -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}}"
|
||||
|
|
|
|||
|
|
@ -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))))
|
||||
`
|
||||
Loading…
Reference in New Issue