It appears the key reason is how parts are managed (the part libraries).
I use KiCad and mostly like it-- it can do everything. But the biggest problem [with KiCad] is there doesn't seem to be a coherent/opinionated workflow about how you manage parts (part libraries).
By "managing parts" I mean the associations in your "project" between the schematic symbol, its footprint, its 3D model, and perhaps even datasheet, spice and vendor info. Keeping this stuff straight is a major pain in the ass and it's stressful to add new parts.
These are hard problems and people have wildly different ideas about what's correct. The fact that LibrePCB is signalling improvements in these areas makes me want to give it a spin.
There does seem to be some initiatives lately to make this stuff easier (eg SnapEDA, UltraLibrarian, EE Concierge, and others). But to really make it work, EDA vendors need to standardize together or find a way to work with "everything".
It appears the key reason is how parts are managed (the part libraries).
Yes. KiCAD in general isn't bad, but the part management tools in KiCAD have very strange user interfaces. Footprints are in directories while schematic symbols are in archive-like files (or is the the other way around). The user interface reflects this, which is confusing.
KiCAD, like most open source, has a large number of annoyance-level problems. Schematic capture isn't bad, but it's strange in some places. For example, the dot that shows a connection between two crossing wires is a separate object which can survive deletion of the wires. Most schematic capture programs, such as LTSpice, do better.
There are really two PC layout programs, one using OpenGL and one using some other interface. Each has some features the other doesn't, and you have to switch modes between them.
There's an auto-router, and due to some IP dispute it's not fully integrated. The auto-router isn't bad if your board isn't extremely tight.
There's an ongoing debate over whether to go the Kicad approach with a unified footprint library or Eagle where every part has its own footprint/symbol pair.
The Kicad approach makes it easy to add new parts with known footprints but you still need to make them for non standard parts. Also if a component has a kind of standard footprint, but needs eg bigger pads for some reason, you also need to figure that out.
Eagle is a faff be user everything has to either be copied from another library, or you need to make it yourself. But once thaf library is done, it's pretty portable. I'm an Eagle user and am used to it; I can make parts fairly quickly now.
There are also parametric component generators (library.io) which takes a lot of the stress out of it.
As a newb to PCB design this is dead on. I had to resort to using Circuitmaker (free Altium with a 2 private project limit) to feel confident doing my first few boards.
Circuitmaker uses octopart libraries and maintains its own footprint libraries. When any user creates a footprint in a public project it becomes part of the public (git-based) library for the part.
I get it that some designers want to do all their own footprints and make everything their own, but for someone getting ramped up having easily accessible parts libraries dramatically reduces the amount of tangential knowledge one must have to make usable PCBs.
I'm definitely going to try this out. I am a big fan of Circuitmaker but obviously using something that is 100% open source is a big benefit.
I second this. KiCad is a great software, but it's workflow between schematic and PCB layout is confusing and its parts management is a mess. Hopefully the ideas of this project will make their way into KiCad.
It's always annoyed me that in KiCad, when associating all schematics to footprints as a list, there's no footprint preview by default. Yet when individually associating then the preview does come up.
crispyambulance|7 years ago
I use KiCad and mostly like it-- it can do everything. But the biggest problem [with KiCad] is there doesn't seem to be a coherent/opinionated workflow about how you manage parts (part libraries).
By "managing parts" I mean the associations in your "project" between the schematic symbol, its footprint, its 3D model, and perhaps even datasheet, spice and vendor info. Keeping this stuff straight is a major pain in the ass and it's stressful to add new parts.
These are hard problems and people have wildly different ideas about what's correct. The fact that LibrePCB is signalling improvements in these areas makes me want to give it a spin.
There does seem to be some initiatives lately to make this stuff easier (eg SnapEDA, UltraLibrarian, EE Concierge, and others). But to really make it work, EDA vendors need to standardize together or find a way to work with "everything".
Animats|7 years ago
Yes. KiCAD in general isn't bad, but the part management tools in KiCAD have very strange user interfaces. Footprints are in directories while schematic symbols are in archive-like files (or is the the other way around). The user interface reflects this, which is confusing.
KiCAD, like most open source, has a large number of annoyance-level problems. Schematic capture isn't bad, but it's strange in some places. For example, the dot that shows a connection between two crossing wires is a separate object which can survive deletion of the wires. Most schematic capture programs, such as LTSpice, do better.
There are really two PC layout programs, one using OpenGL and one using some other interface. Each has some features the other doesn't, and you have to switch modes between them.
There's an auto-router, and due to some IP dispute it's not fully integrated. The auto-router isn't bad if your board isn't extremely tight.
joshvm|7 years ago
The Kicad approach makes it easy to add new parts with known footprints but you still need to make them for non standard parts. Also if a component has a kind of standard footprint, but needs eg bigger pads for some reason, you also need to figure that out.
Eagle is a faff be user everything has to either be copied from another library, or you need to make it yourself. But once thaf library is done, it's pretty portable. I'm an Eagle user and am used to it; I can make parts fairly quickly now.
There are also parametric component generators (library.io) which takes a lot of the stress out of it.
resters|7 years ago
Circuitmaker uses octopart libraries and maintains its own footprint libraries. When any user creates a footprint in a public project it becomes part of the public (git-based) library for the part.
I get it that some designers want to do all their own footprints and make everything their own, but for someone getting ramped up having easily accessible parts libraries dramatically reduces the amount of tangential knowledge one must have to make usable PCBs.
I'm definitely going to try this out. I am a big fan of Circuitmaker but obviously using something that is 100% open source is a big benefit.
tylerflick|7 years ago
knolax|7 years ago
craftyguy|7 years ago
sowbug|7 years ago
dbrgn|7 years ago
IshKebab|7 years ago
rasz|7 years ago