EEVblog Electronics Community Forum

Electronics => PCB/EDA/CAD => KiCad => Topic started by: joven on February 26, 2014, 05:09:53 pm

Title: Kicad library
Post by: joven on February 26, 2014, 05:09:53 pm
Hi,

I like to know if someone have tried to import your custom footprint library (*.mod) to the system (fp-lib-table)?

And have someone tried to convert to the new format (*.mod to *.pretty)?

Thanks
Title: Re: Kicad library
Post by: Thor-Arne on February 26, 2014, 05:51:22 pm
I have manually added my old library files (.mod) to the new fp-lib-table under windows, no problems at all.

A couple of tings to remember is to use plugin type as Legacy, and set the environment variables according to your system:

Code: [Select]
KISYS3DMOD=C:\DropBox\KiCad
KISYSMOD=C:\DropBox\KiCad\modules

If you find it difficult to add the libs from the library you can edit the file manually with a text editor, the file is located in C:\Users\Name\AppData\Roaming\kicad.

Didn't try to convert anything.
Title: Re: Kicad library
Post by: joven on February 27, 2014, 10:44:29 am
In witch file where i can find "KISYS3DMOD" and "KISYSMOD"?

In each project, i copy the folder with library/modules. In the older versions worked fine.

I'm using linux.
Title: Re: Kicad library
Post by: Thor-Arne on February 27, 2014, 02:35:08 pm
Those are are environment variables, set them in your .profile.

Code: [Select]
SET KISYS3DMOD=C:\DropBox\KiCad
SET KISYSMOD=C:\DropBox\KiCad\modules

I don't know the exact path to these folders on linux, but it should be something like /usr/kicad/share.