I get this error when loading a board in KiCadStepUp. Other boards load ok. I removed all of the 3d model library paths, so I don’t think its a particular model causing the problem. Any ideas?
15:04:32 grid origin found @ (-79.2, 61.8)
15:04:32 PCB Loader
15:04:32 pcb thickness 1.6mm
15:04:32 kicad_pcb version 20211014
15:04:32 parsing
15:04:32 Running the Python command 'ksuToolsOpenBoard' failed:
Traceback (most recent call last):
File "C:\Users\ahats\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\kicadStepUpCMD.py", line 927, in Activated
kicadStepUptools.onLoadBoard()
File "C:\Users\ahats\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\kicadStepUptools.py", line 6810, in onLoadBoard
modules,nsk = DrawPCB(mypcb,SketchLayer,override_pcb,keep_pcb_sketch)
File "C:\Users\ahats\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\kicadStepUptools.py", line 11726, in DrawPCB
for p in lp.pts.xy:
File "C:\Users\ahats\AppData\Roaming\FreeCAD\Mod\kicadStepUpMod\fcad_parser\sexp_parser\sexp_parser.py", line 180, in __getattr__
raise AttributeError('{}: key "{}" not found'.format(self._line,name))
9349: key "xy" not foundCreated kSU Auxiliary Pref page
Windows 11. KiCad 6.04. Freecad 0.19. KiCadSetup just updated.