Skip to content

Commit

Permalink
Merge pull request #1 from Supern00dle/master
Browse files Browse the repository at this point in the history
Add bigger AWG Sizes
  • Loading branch information
17o2 authored Jun 27, 2020
2 parents c1e6cf1 + 2dfdbd5 commit ffcdba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wv_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def awg_equiv(mm2):
'10': 8,
'16': 6,
'25': 4,
'35': 2,
'50': 1,
}
k = str(mm2)
if k in awg_equiv_table:
Expand Down

0 comments on commit ffcdba4

Please sign in to comment.