added battery single-cell and edited multi-cell battery to look a bit nicer

This commit is contained in:
jkriege2 2016-10-08 18:06:39 +02:00
parent 172d6795a1
commit 733c21cb5d
2 changed files with 45 additions and 14 deletions

View file

@ -21,8 +21,14 @@ K antenna
$ENDCMP
#
$CMP Battery
D Battery
D Battery (multiple cells)
K batt voltage-source cell
F ~
$ENDCMP
#
$CMP Battery_Cell
D single battery cell
K battery cell
$ENDCMP
#
$CMP Buzzer

View file

@ -78,20 +78,45 @@ ENDDEF
#
# Battery
#
DEF Battery BT 0 0 N Y 1 F N
F0 "BT" 100 50 50 H V L CNN
F1 "Battery" 100 -50 50 H V L CNN
F2 "" 0 40 50 V V C CNN
F3 "" 0 40 50 V V C CNN
DEF Battery BT 0 0 N N 1 F N
F0 "BT" 100 100 50 H V L CNN
F1 "Battery" 100 0 50 H V L CNN
F2 "" 0 60 50 V V C CNN
F3 "" 0 60 50 V V C CNN
DRAW
S -90 -7 90 -17 0 1 0 F
S -90 50 90 40 0 1 0 F
S -62 -30 58 -50 0 1 0 F
S -62 27 58 7 0 1 0 F
P 2 0 1 10 20 95 60 95 N
P 2 0 1 10 40 115 40 75 N
X ~ 1 0 150 100 D 50 50 1 1 P
X ~ 2 0 -150 100 U 50 50 1 1 P
S -80 -55 80 -65 0 1 0 F
S -80 70 80 60 0 1 0 F
S -52 -78 50 -98 0 1 0 F
S -52 47 50 27 0 1 0 F
P 2 0 1 0 0 -60 0 -50 N
P 2 0 1 0 0 -40 0 -30 N
P 2 0 1 0 0 -20 0 -10 N
P 2 0 1 0 0 0 0 10 N
P 2 0 1 0 0 20 0 30 N
P 2 0 1 0 0 70 0 100 N
P 2 0 1 10 10 105 50 105 N
P 2 0 1 10 30 125 30 85 N
X + 1 0 200 100 D 50 50 1 1 P
X - 2 0 -200 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Battery_Cell
#
DEF Battery_Cell BT 0 0 N N 1 F N
F0 "BT" 100 100 50 H V L CNN
F1 "Battery_Cell" 100 0 50 H V L CNN
F2 "" 0 60 50 V V C CNN
F3 "" 0 60 50 V V C CNN
DRAW
S -90 70 90 60 0 1 0 F
S -62 47 58 27 0 1 0 F
P 2 0 1 0 0 30 0 0 N
P 2 0 1 0 0 70 0 100 N
P 2 0 1 10 20 135 60 135 N
P 2 0 1 10 40 155 40 115 N
X + 1 0 200 100 D 50 50 1 1 P
X - 2 0 -100 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#