mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-12 08:00:06 +01:00
13 lines
354 B
JavaScript
13 lines
354 B
JavaScript
|
|
module.exports = {
|
||
|
|
params: {
|
||
|
|
class: 'I'
|
||
|
|
},
|
||
|
|
body: p => `
|
||
|
|
(module injected_test_footprint (layer F.Cu) (tedit 5E1ADAC2)
|
||
|
|
${p.at /* parametric position */}
|
||
|
|
|
||
|
|
${'' /* footprint reference */}
|
||
|
|
(fp_text reference "${p.ref}" (at 0 0) (layer F.SilkS) ${p.ref_hide} (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||
|
|
)
|
||
|
|
`
|
||
|
|
}
|