CR5000 to kicad

Re-opening the CR5000 to Kicad 6.0 converter subject.

I found this project which used it in the past.

Does anyone could help make it work again, help to handle the command lines for the scripts execution or be able to make it as a Plugin module for Kicad 6.0 ?

Thanks to all !

Hi, I wrote that script. I could guide you with running it, just ask if you’re stuck. I don’t have time to develop a plugin for Kicad, but I can give you guidelines on what parts should be rewritten to make it more compact, right now it’s full of hacks.

1 Like

Hi ! Thanks for your reply.
I first placed my CR-5000 project in a local directory A:\ and I tried to run the zuken2json.py script from Thonny. I tried the command:
python3 zuken2json.py --path A:/myfolder --fname mypcb
myfolder folder contains mypcb.pcb file.
But still have syntax errors despite trying several command changes.
Is there anything missing or bad expression in “A:/myfolder” or file name ?
Thanks

Did you first export your board in Zuken in ASCII format?

As explained in the header of that script, you need a folder containing:

  • Board file (.brd)
  • Footprint ASCII file (.ftf)
  • PC Board ASCII file (.pcf)
  • Library file (.pro)

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