Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Add/correct FP filters for jumper symbols (#1580)
Browse files Browse the repository at this point in the history
* Add/correct FP filters for jumper symbols

* The perils of text editing...

* Found one other fix needed
  • Loading branch information
evanshultz authored and poeschlr committed Feb 28, 2019
1 parent 37b71fe commit 1eb50d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Device.lib
Original file line number Diff line number Diff line change
Expand Up @@ -2925,6 +2925,9 @@ F0 "JP" 0 150 50 H V C CNN
F1 "Jumper" 0 -80 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
SolderJumper*
$ENDFPLIST
DRAW
A 0 -26 125 1426 373 0 1 0 N -98 50 99 50
C -100 0 35 0 1 0 N
Expand All @@ -2941,6 +2944,9 @@ F0 "JP" 50 -100 50 H V L CNN
F1 "Jumper_NC_Dual" 0 100 50 H V C BNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
SolderJumper*Bridged*
$ENDFPLIST
DRAW
A -60 10 64 386 1413 0 1 0 N -10 50 -110 50
A 60 10 64 386 1413 0 1 0 N 110 50 10 50
Expand All @@ -2960,6 +2966,9 @@ F0 "JP" 0 80 50 H V C CNN
F1 "Jumper_NC_Small" 10 -60 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
SolderJumper*Bridged*
$ENDFPLIST
DRAW
A 0 -10 57 450 1350 0 1 0 N 40 30 -40 30
C -40 0 20 0 1 0 N
Expand All @@ -2976,6 +2985,9 @@ F0 "JP" 0 80 50 H V C CNN
F1 "Jumper_NO_Small" 10 -60 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
SolderJumper*Open*
$ENDFPLIST
DRAW
C -40 0 20 0 1 0 N
C 40 0 20 0 1 0 N
Expand Down
8 changes: 4 additions & 4 deletions Jumper.lib
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ F1 "Jumper_2_Bridged" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Jumper*
SolderJumper*Bridged*
$ENDFPLIST
DRAW
A 0 -70 100 1269 531 0 1 0 N -60 10 60 10
Expand All @@ -28,7 +28,7 @@ F1 "Jumper_2_Open" 0 -90 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Jumper*
SolderJumper*Open*
$ENDFPLIST
DRAW
A 0 -30 100 1269 531 0 1 0 N -60 50 60 50
Expand All @@ -47,7 +47,7 @@ F1 "Jumper_3_Bridged12" 0 110 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Jumper*Bridged12*
SolderJumper*Bridged12*
$ENDFPLIST
DRAW
A -65 -50 89 1282 518 0 1 0 N -120 20 -10 20
Expand All @@ -69,7 +69,7 @@ F1 "Jumper_3_Open" 0 110 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Jumper*
SolderJumper*Open*
$ENDFPLIST
DRAW
A -65 -30 89 1282 518 0 1 0 N -120 40 -10 40
Expand Down

0 comments on commit 1eb50d8

Please sign in to comment.