thesourcerer8 / altium2kicad

Altium to KiCad converter for PCB and schematics
https://www2.futureware.at/KiCad/
GNU General Public License v2.0
837 stars 153 forks source link

convertschema.pl works but no .sch file produced #72

Closed tyyao closed 5 years ago

tyyao commented 5 years ago

Hello altium2kicad creators and github community,

I ran the unpack.pl script and unpacked my .schdoc file into subdirectories. When I ran convertschema.pl, it did not convert the files in my subdirectories to .sch files. The screenshots below show the scripts being called to run in the command prompt and the subdirectories unpack.pl produced: perl_scripts_cmd_prompt convertschema_script_dir

As you can see, no .sch file was produced. Could anyone please help me figure out if there is something I am doing incorrectly?

Many thanks, tyyao

thesourcerer8 commented 5 years ago

You have to run both commands in the same directory. convertschema.pl automatically looks for those subdirectories.

tyyao commented 5 years ago

Thank you so much thesourcerer8! (I like your name. It's cool) That did the trick, and now I have success converting altium schematics to kicad schematics.