From 05e062036ee8423ffa339d608d9ddbe08880140c Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Fri, 3 Nov 2023 13:57:22 -0400 Subject: [PATCH] Update courtyard to include mated male conenctor --- ergogen/footprints/jst_battery_connector.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ergogen/footprints/jst_battery_connector.js b/ergogen/footprints/jst_battery_connector.js index 5fc464c..cb9a1ac 100644 --- a/ergogen/footprints/jst_battery_connector.js +++ b/ergogen/footprints/jst_battery_connector.js @@ -27,10 +27,10 @@ module.exports = { (fp_line (start 2.25 0.25) (end -2.25 0.25) (width 0.1) (layer "F.Fab")) (fp_line (start 2.95 -1.35) (end 2.25 -1.35) (width 0.1) (layer "F.Fab")) (fp_line (start 2.95 6.25) (end 2.95 -1.35) (width 0.1) (layer "F.Fab")) - (fp_line (start -3.45 -1.85) (end -3.45 6.75) (width 0.05) (layer "F.CrtYd")) - (fp_line (start -3.45 6.75) (end 3.45 6.75) (width 0.05) (layer "F.CrtYd")) + (fp_line (start -3.45 -1.85) (end -3.45 8.5) (width 0.05) (layer "F.CrtYd")) + (fp_line (start -3.45 8.5) (end 3.45 8.5) (width 0.05) (layer "F.CrtYd")) (fp_line (start 3.45 -1.85) (end -3.45 -1.85) (width 0.05) (layer "F.CrtYd")) - (fp_line (start 3.45 6.75) (end 3.45 -1.85) (width 0.05) (layer "F.CrtYd")) + (fp_line (start 3.45 8.5) (end 3.45 -1.85) (width 0.05) (layer "F.CrtYd")) (fp_line (start -3.06 -1.46) (end -3.06 6.36) (width 0.12) (layer "F.SilkS")) (fp_line (start -3.06 0.14) (end -2.14 0.14) (width 0.12) (layer "F.SilkS")) (fp_line (start -3.06 6.36) (end 3.06 6.36) (width 0.12) (layer "F.SilkS")) @@ -69,10 +69,10 @@ module.exports = { (fp_line (start 2.25 0.25) (end 2.25 -1.35) (width 0.1) (layer "B.Fab")) (fp_line (start 2.95 -1.35) (end 2.95 6.25) (width 0.1) (layer "B.Fab")) (fp_line (start 2.95 6.25) (end -2.95 6.25) (width 0.1) (layer "B.Fab")) - (fp_line (start -3.45 -1.85) (end 3.45 -1.85) (width 0.05) (layer "B.CrtYd")) - (fp_line (start -3.45 6.75) (end -3.45 -1.85) (width 0.05) (layer "B.CrtYd")) - (fp_line (start 3.45 -1.85) (end 3.45 6.75) (width 0.05) (layer "B.CrtYd")) - (fp_line (start 3.45 6.75) (end -3.45 6.75) (width 0.05) (layer "B.CrtYd")) + (fp_line (start -3.45 -1.85) (end -3.45 8.5) (width 0.05) (layer "B.CrtYd")) + (fp_line (start -3.45 8.5) (end 3.45 8.5) (width 0.05) (layer "B.CrtYd")) + (fp_line (start 3.45 -1.85) (end -3.45 -1.85) (width 0.05) (layer "B.CrtYd")) + (fp_line (start 3.45 8.5) (end 3.45 -1.85) (width 0.05) (layer "B.CrtYd")) (fp_line (start -3.06 -1.46) (end -2.14 -1.46) (width 0.12) (layer "B.SilkS")) (fp_line (start -3.06 0.14) (end -2.14 0.14) (width 0.12) (layer "B.SilkS")) (fp_line (start -3.06 6.36) (end -3.06 -1.46) (width 0.12) (layer "B.SilkS"))