Ergogen: PCB fine tuning (diode position, choc switch marks)
This commit is contained in:
parent
076c1cc500
commit
671f85b13e
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue