7.99 is also called Nightly Development Builds, or just “Nightlies”.
https://www.kicad.org/ then choose your poison OS, I mean.
7.99 (Nightlies) can be found under the current Stable Release.
BE AWARE: Kicad 7.99 is a development program that may have many bugs. It will become Kicad 8 around Feb.2024.
Anything made with 7.99 CAN NO LONGER BE OPENED WITH 7.0.x. (that includes 7.0.9 & 7.0.10)
Once you are in 7.99 with a project, there is no way back to 7.0.x. with that project.
Both SnapEDA and PCB libraries each have over a million of footprints available. There are about a dozen of such sites, and you only need to pick one. I have been confused about how they get the data for some time, and it appears that the part manufacturers put effort and money into it make it easier to use their parts.
Also, Do you have some kind of overview of the footprints you need?
I am “old school” myself. I usually make my own footprints, and would have made a handful of them easily in the two days this thread is running. Making a footprint takes somewhere between 5 minutes (for something simple) and half an hour (for more complicated footprints).
It’s exactly this that I used last time (I had also contributed with some coffee improvement). See that you can install directly by Kicad without concern with manual download.
I try to use the base Kicad libraries, always that is puddle, and draw my specific part missing on official library. With the adjustment of plugin to export the assembly file I never experienced much problem.
jmk pointed me in the right direction, I was able to download the 7.99 nightly, and the feature works as advertised, I’m definitely gonna use it when KiCad 8 comes out. For now though I think I’m gonna keep using KiCad 7 and use the easyeda2kicad script maui recommended. Thanks.
I understand wanting to make your own footprints, I am like that when it comes to 2D graphical design. But, I am new to this so wanted to make it easier for myself, although I’m probably going to need to make some footprints myself for the stuff that’s not on JLC or SnapEDA. I’m mostly going to use footprints for microcontroller boards and some SMD connectors, nothing to special, or hard to make.
dzid26 Dec 2023 I made a simple gui for downloading JLCPCB footprints and pasting directly to Kicad.
How do I “run” this python script?
I am on Windows 10 machine. I need beginners instructions.
I will be happy to make screen shots with which to help others.
@ForrestErickson
I think you tried to confirm wether KicadModTree is installed.
Your output of "c:/Program Files/KiCad/7.0/bin/python.exe" -m pip list doesn’t show KicadModTree, so go ahead and run in cmd shell "c:/Program Files/KiCad/7.0/bin/python.exe" -m pip install KicadModTree
Then run again "c:/Program Files/KiCad/7.0/bin/python.exe" -m pip list
and check if KicadModTree is listed. The plugin should now be available.