Skip to content

Commit

Permalink
Update JlcInductor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky64 committed Jul 5, 2023
1 parent 70c94fa commit ced50bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronics_lib/JlcInductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class JlcInductor(TableInductor, SmdStandardPackageSelector, JlcTableSelector):
lambda match: {
PartsTableFootprint.KICAD_FOOTPRINT: f'Inductor_SMD:L_Sunlord_SWPA{match.group(1)}S'
}),
(re.compile("^SWRB(3010|3012|3015|4010|4012|4018|4020|4025|4030|5012|5020|5040|6020|6028|6040|6045|8040)S.*$"),
(re.compile("^SWRB(1204|1205|1207)S.*$"),
lambda match: {
PartsTableFootprint.KICAD_FOOTPRINT: f'Inductor_SMD:L_Sunlord_SWRB{match.group(1)}S'
}),
Expand Down

0 comments on commit ced50bf

Please sign in to comment.