From 23695381c835709408a4209cd78e0702cee4ba4d Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 23 Jul 2025 15:13:22 +0200 Subject: [PATCH] Add E3 and E6 series --- LabelGenerator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LabelGenerator.py b/LabelGenerator.py index f6f9cdb..df1ed11 100755 --- a/LabelGenerator.py +++ b/LabelGenerator.py @@ -632,6 +632,8 @@ def render_outlines(c: Canvas, layout: PaperConfig) -> None: # # The list constants below can be used with the generate_values function to quickly create sets of # common resistor values. +E3_VALUES = [100, 220, 470] +E6_VALUES = [100, 150, 220, 330, 470, 680] E12_VALUES = [100, 120, 150, 180, 220, 270, 330, 390, 470, 560, 680, 820] E24_COMMON_VALUES = [100, 120, 150, 180, 200, 220, 240, 270, 300, 330, 360, 390, 430, 470, 510, 560, 620, 680, 750, 820, 910]