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

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