Hi Guys,
I’m trying to generate a footprint using KSU in FC 0.19, but I end up with a bunch of errors and I have no idea of what is it that I’m doing wrong. When I select my block and try to export to a .kicad_mod file, I get this:
.
.
12:02:14 vertical
12:02:14 vertical
12:02:14 vertical
12:02:14 vertical
12:02:14 vertical
12:02:14 vertical
12:02:14 pad in pad found!
12:02:14 pad in pad found!
12:02:14 pad in pad found!
12:02:14 pad in pad found!
12:02:14 pad in pad found!
12:02:14 pad in pad found!
12:02:14 Running the Python command ‘ksuToolsFootprintGen’ failed:
Traceback (most recent call last):
File “C:\FreeCAD_0_19\Mod\StepUp\kicadStepUpCMD.py”, line 1920, in Activated
kicadStepUptools.PushFootprint()
File “C:\FreeCAD_0_19\Mod\StepUp\kicadStepUptools.py”, line 16583, in PushFootprint
export_footprint(name)
File “C:\FreeCAD_0_19\Mod\StepUp\kicadStepUptools.py”, line 17182, in export_footprint
drl_found=collect_drl(pth_ordered)
File “C:\FreeCAD_0_19\Mod\StepUp\kicadStepUptools.py”, line 17884, in collect_drl
pads.remove(d) ## remove drls from pads
list.remove(x): x not in list
I’ve attached the FC file: Rotary_Switch.FCStd (9.1 KB)
Any suggestions are greatly appreciated!