diff --git a/ergogen/config.yaml b/ergogen/config.yaml index 7ad972b..e48c3e7 100644 --- a/ergogen/config.yaml +++ b/ergogen/config.yaml @@ -392,7 +392,7 @@ pcbs: what: diode_smd where: is_key adjust: - shift: [ 7, -7 ] + shift: [ 7, -7.5 ] rotate: 90 resist: true params: diff --git a/ergogen/footprints/choc_pretty.js b/ergogen/footprints/choc_pretty.js index 7d56155..c6f907c 100644 --- a/ergogen/footprints/choc_pretty.js +++ b/ergogen/footprints/choc_pretty.js @@ -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 */}