I am new to kicad and don’t seem to correctly understand the workflow of adding new symbol / footprint pairs yet.
My procedure is the following:
- Get JLCPCB Part number from the JLC library (e.g. this CT41G-0603-2X1-50V-0.1μF-K(N) | TORCH | Multilayer Ceramic Capacitors MLCC - SMD/SMT | JLCPCB)
- Use the following command to install the symbol and footprint:
easyeda2kicad --full --lcsc_id=C125205 --output C:\Users\David\libs\my_lib
Here is the my_lib.kicad_sym file which contains the data for the symbol I want at the bottom and looks just fine: pastemyst | my_lib.kicad_sym
I have also added it to my symbol libraries.
Non the less the symbol doesn’t show up.
Does someone have an idea what my mistake is here?
Thanks in advance.