Ergogen: PCB fine tuning (diode position, choc switch marks)

This commit is contained in:
Lexi / Zoe 2024-08-03 22:50:36 +02:00
parent 076c1cc500
commit 671f85b13e
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 3 additions and 2 deletions

View File

@ -392,7 +392,7 @@ pcbs:
what: diode_smd
where: is_key
adjust:
shift: [ 7, -7 ]
shift: [ 7, -7.5 ]
rotate: 90
resist: true
params:

View File

@ -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 */}