From adc181f1b20a245046ed3d61a39363da892a98fc Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 29 Jan 2021 11:53:41 -0300 Subject: [PATCH] Fixed drill dependencies generation. --- kibot/out_any_drill.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/out_any_drill.py b/kibot/out_any_drill.py index a2995e60..ce8f38c1 100644 --- a/kibot/out_any_drill.py +++ b/kibot/out_any_drill.py @@ -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