Andrei 2021-05-24 13:43:23 +03:00
parent 6e8833709e
commit fc6b3cfd73
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fixRotationsPath = "bin/jlc_kicad_tools/cpl_rotations_db.csv"
fixFootprintsPath = "kicad/footprints.csv" fixFootprintsPath = "kicad/footprints.csv"
pat_module = re.compile(r'^[Mm]odule-([\w]+)-([\w\.]+)') pat_module = re.compile(r'^[Mm]odule-([\w\-]+)-([\w\.]+)')
################################################# #################################################