Skip to content

Commit 4d00ba4

Browse files
authored
Merge pull request #34 from Bond-009/E3E6
Add E3 and E6 series
2 parents 98f3a63 + 2369538 commit 4d00ba4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

LabelGenerator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,8 @@ def render_outlines(c: Canvas, layout: PaperConfig) -> None:
632632
#
633633
# The list constants below can be used with the generate_values function to quickly create sets of
634634
# common resistor values.
635+
E3_VALUES = [100, 220, 470]
636+
E6_VALUES = [100, 150, 220, 330, 470, 680]
635637
E12_VALUES = [100, 120, 150, 180, 220, 270, 330, 390, 470, 560, 680, 820]
636638
E24_COMMON_VALUES = [100, 120, 150, 180, 200, 220, 240, 270, 300,
637639
330, 360, 390, 430, 470, 510, 560, 620, 680, 750, 820, 910]

0 commit comments

Comments
 (0)