Ergogen: PCB fine tuning (diode position, choc switch marks)
This commit is contained in:
parent
076c1cc500
commit
671f85b13e
|
|
@ -392,7 +392,7 @@ pcbs:
|
||||||
what: diode_smd
|
what: diode_smd
|
||||||
where: is_key
|
where: is_key
|
||||||
adjust:
|
adjust:
|
||||||
shift: [ 7, -7 ]
|
shift: [ 7, -7.5 ]
|
||||||
rotate: 90
|
rotate: 90
|
||||||
resist: true
|
resist: true
|
||||||
params:
|
params:
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,8 @@ module.exports = {
|
||||||
`;
|
`;
|
||||||
|
|
||||||
function switch_marks(reversed) {
|
function switch_marks(reversed) {
|
||||||
let def_side = reversed ? 'F' : 'B';
|
// Draw switch marks on the front side (the side with the switches, not with the sockets)
|
||||||
|
let def_side = reversed ? 'B' : 'F';
|
||||||
|
|
||||||
return `
|
return `
|
||||||
${'' /* switch marks */}
|
${'' /* switch marks */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue