FreeCAD: KiCAD footprint generation fails

Hi!

I’m trying to create a footprint from a step-file. I think I’ve done all the steps necessary but I’m getting the following error

18:46:34  ['REF*']
18:46:34  ['dimensions not verified ']
18:46:36  exporting new footprint
18:46:36  saving to C:/Users/x/Documents/FreeCAD/dsa.kicad_mod
18:46:36  Group
18:46:36  Sketch005
18:46:36  Text
18:46:36  Text001
18:46:36  Sketch007
18:46:36  2d closed path
18:46:36  2d closed path
18:46:36  2d closed path
18:46:36  2d closed path
18:46:36  2d closed path
18:46:36  normalized Poly
18:46:36  rect pad nbr.1
18:46:36  created TH pads
18:46:36  poly closed
18:46:36  missing reference pad for polyline pad
18:46:36  Running the Python command 'ksuToolsFootprintGen' failed:
Traceback (most recent call last):
  File "C:\Users\x\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\.\kicadStepUpCMD.py", line 2245, in Activated
    kicadStepUptools.PushFootprint()
  File "C:\Users\x\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\.\kicadStepUptools.py", line 16341, in PushFootprint
    export_footprint(name,fp_label)
  File "C:\Users\x\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\.\kicadStepUptools.py", line 17425, in export_footprint
    npad=npad+os.linesep+createFpPad(mpad,offset,u'Poly', polypad_pos)
  File "C:\Users\x\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\.\kicadStepUptools.py", line 18919, in createFpPad
    stop

name 'stop' is not defined

Any ideas?

ringRes.FCStd (33.4 KB)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.