Hacker News new | ask | show | jobs
by extra__tofu 2763 days ago
Maybe I missed it but why would anyone use this over KiCad?
4 comments

    > would anyone use this over KiCad?
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.

> For example, the dot that shows a connection between two crossing wires is a separate object which can survive deletion of the wires

This has changed in the newest version, I think. Library management has also been updated somewhat.

I used to end up not bothering with making new components. Luckily, for my projects, it was mostly ICs that were missing. So I'd use one of the generic n-pin components (connecters/pin headers), add short wires and labels to all the pins while looking at the datasheet, and then give it the appropriate IC footprint when moving to PCBnew. Smells but works.

Which mirrors my own kicad workflow, but part management difficulties are the main reason I would never recommend it for professional use. Especially with a team, I just can't imagine trying to keep this workflow coherent. Yes, altium is tremendously expensive, but I just can't see kicad being a viable replacement.

They really need to focus on this issue, and make it a main focus over other features. If I haven't used kicad in over a month, I have to look up how to create parts again, and can never remember since schema and pcbnew have such different workflows. I am 100% fine with schematic symbols being divorced from footprints, in fact I like that better, but the workflow to create them should match up.

How much does Altium cost per seat?
All EDA (and more generally, all CAD) software seems weird to use and requires significant time to "get used to it". E.g. Eagle (not really EDA in the grander sense, mostly just a drawing program) doesn't have many regular keyboard shortcuts, instead you type (heavily abbreviated) commands into its main command line. This is quite productive ... after a few weeks.
Try one of the Altium tools some time (they have a free one now afaik). Those are more "Photoshop weird" (any really complex software takes some time to grok) rather than "AutoCAD in 1995 weird" (a DOS ui dragged kicking and screaming into Windows).
> All EDA (and more generally, all CAD) software seems weird to use and requires significant time to "get used to it".

It boils down to the fact that the number of users of these programs is small.

In a CAD program, there are enough features that some feature has exactly one, or worse, zero users.

This means that the most used features gets streamlined over time, but everything else remains "quirky".

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.

For me, the big problem isn't the underlying systems, but the UI on top of them. I've had a board where identical parts needed different footprints, and the kicad system made that very easy to manage. However, the UI & workflow is far too different between creating symbols and footprints, making it harder to learn and easier to forget.
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.
The author of librepcb answered this on reddit: https://www.reddit.com/r/PrintedCircuitBoard/comments/9q4j1n...
There's also a comparison page: https://librepcb.org/compare/
Urban just published a page which compares some aspects of LibrePCB to KiCAD and Eagle: https://librepcb.org/compare/
For one, Kicad is extremely unintuitive.
kicad is gimp of pcb packages.