Merge pull request #1 from Supern00dle/master

Add bigger AWG Sizes
This commit is contained in:
Daniel Rojas 2020-06-27 10:27:33 +02:00 committed by GitHub
commit ffcdba4da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: