Fixed drill dependencies generation.

This commit is contained in:
Salvador E. Tropea 2021-01-29 11:53:41 -03:00
parent 4466277bde
commit adc181f1b2
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class AnyDrill(BaseOptions):
""" Returns a dict containing KiCad names and its replacement.
If no replacement is needed the replacement is empty """
filenames = {}
self._configure_writer(GS.board, wxPoint(0, 0))
files = [''] if self._unified_output else ['PTH', 'NPTH']
for d in files:
kicad_id = '-'+d if d else d