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
|
||||
where: is_key
|
||||
adjust:
|
||||
shift: [ 7, -7 ]
|
||||
shift: [ 7, -7.5 ]
|
||||
rotate: 90
|
||||
resist: true
|
||||
params:
|
||||
|
|
|
|||
|
|
@ -56,7 +56,8 @@ module.exports = {
|
|||
`;
|
||||
|
||||
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 `
|
||||
${'' /* switch marks */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue