From ccff5ab3d96266e888b80b7aa51b38ccf87cffbb Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Thu, 29 Feb 2024 17:47:10 +0100 Subject: [PATCH] PCB: Render switch as rectangle instead of corner marks --- ergogen/footprints/choc_pretty.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ergogen/footprints/choc_pretty.js b/ergogen/footprints/choc_pretty.js index 0b94ba1..b1e69fa 100644 --- a/ergogen/footprints/choc_pretty.js +++ b/ergogen/footprints/choc_pretty.js @@ -33,15 +33,11 @@ module.exports = { (fp_text reference "${p.ref}" (at 0 0) (layer F.SilkS) ${p.ref_hide} (effects (font (size 1.27 1.27) (thickness 0.15)))) (fp_text value "" (at 0 0) (layer F.SilkS) hide (effects (font (size 1.27 1.27) (thickness 0.15)))) - ${'' /* corner marks */} - (fp_line (start -7 -6) (end -7 -7) (layer F.SilkS) (width 0.15)) - (fp_line (start -7 7) (end -6 7) (layer F.SilkS) (width 0.15)) - (fp_line (start -6 -7) (end -7 -7) (layer F.SilkS) (width 0.15)) - (fp_line (start -7 7) (end -7 6) (layer F.SilkS) (width 0.15)) - (fp_line (start 7 6) (end 7 7) (layer F.SilkS) (width 0.15)) - (fp_line (start 7 -7) (end 6 -7) (layer F.SilkS) (width 0.15)) - (fp_line (start 6 7) (end 7 7) (layer F.SilkS) (width 0.15)) - (fp_line (start 7 -7) (end 7 -6) (layer F.SilkS) (width 0.15)) + ${'' /* switch marks */} + (fp_line (start -7 -7) (end 7 -7) (layer F.SilkS) (width 0.15)) + (fp_line (start 7 -7) (end 7 7) (layer F.SilkS) (width 0.15)) + (fp_line (start 7 7) (end -7 7) (layer F.SilkS) (width 0.15)) + (fp_line (start -7 7) (end -7 -7) (layer F.SilkS) (width 0.15)) ${'' /* LED hole marks */} (fp_line (start -2.6 3.1) (end 2.6 3.1) (layer Dwgs.User) (width 0.15))