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 ?
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.
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