Skip to content

Commit

Permalink
Move polarity silkscreen to make it visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Jan 14, 2024
1 parent f19d1ff commit 9c3512f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ergogen/footprints/jst_battery_connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ module.exports = {
(fp_line (start 3.45 8.5) (end 3.45 -1.85) (width 0.05) (layer "F.CrtYd"))
`
const front_silkscreen = `
(fp_line (start -1.5 4.375) (end -0.5 4.375) (width 0.1) (layer "F.SilkS"))
(fp_line (start 1.5 4.375) (end 0.5 4.375) (width 0.1) (layer "F.SilkS"))
(fp_line (start 1 3.875) (end 1 4.875) (width 0.1) (layer "F.SilkS"))
(fp_line (start -1.5 7.40) (end -0.5 7.40) (width 0.1) (layer "F.SilkS"))
(fp_line (start 1.5 7.40) (end 0.5 7.40) (width 0.1) (layer "F.SilkS"))
(fp_line (start 1 6.90) (end 1 7.90) (width 0.1) (layer "F.SilkS"))
(fp_line (start -2.06 -1.46) (end -3.06 -1.46) (width 0.12) (layer "F.SilkS"))
(fp_line (start -3.06 -1.46) (end -3.06 -0.46) (width 0.12) (layer "F.SilkS"))
(fp_line (start 2.14 -1.46) (end 3.06 -1.46) (width 0.12) (layer "F.SilkS"))
Expand All @@ -106,9 +106,9 @@ module.exports = {
(fp_line (start 3.45 8.5) (end 3.45 -1.85) (width 0.05) (layer "B.CrtYd"))
`
const back_silkscreen = `
(fp_line (start 1.5 4.375) (end 0.5 4.375) (width 0.1) (layer "B.SilkS"))
(fp_line (start -1.5 4.375) (end -0.5 4.375) (width 0.1) (layer "B.SilkS"))
(fp_line (start -1 3.875) (end -1 4.875) (width 0.1) (layer "B.SilkS"))
(fp_line (start 1.5 7.40) (end 0.5 7.40) (width 0.1) (layer "B.SilkS"))
(fp_line (start -1.5 7.40) (end -0.5 7.40) (width 0.1) (layer "B.SilkS"))
(fp_line (start -1 6.90) (end -1 7.90) (width 0.1) (layer "B.SilkS"))
(fp_line (start -2.06 -1.46) (end -3.06 -1.46) (width 0.12) (layer "B.SilkS"))
(fp_line (start -3.06 -1.46) (end -3.06 -0.46) (width 0.12) (layer "B.SilkS"))
(fp_line (start 2.14 -1.46) (end 3.06 -1.46) (width 0.12) (layer "B.SilkS"))
Expand Down

0 comments on commit 9c3512f

Please sign in to comment.