Live data from Hacker News

KiCad 7.0

kicad.org

71–80 of 121 posts

Re: KiCad 7.0

#71

It looks really impressive, seems like it's largely oriented towards PCBs though? Anyone have experience using it for woodworking modeling? Is there a better tool out there for that? I've been using SketchUp, which is "only ok": The modeling for parts is good, but setting it up for spitting out a cut list kind of sucks. Plus, it's like $300/year to buy the version that does cutlists, the web version will not. I use t…

CAD simply means Computer Aided Design. It does not imply solid modelling.

Re: KiCad 7.0

#72
post #7

> Pack & Move Footprint Tool This is the biggest usability improvement on the list. Computers are good at menial sorting, humans hate it. For those not in the know: your nice, organised schematic gets turned into a randomly assorted pile of parts when you first open the PCB editor. Now imagine your board has over a hundred parts, including lots of duplicated copy+pasted bits. My workarounds have been to: 1. Number th…

IIRC in V5 I used to use subsheets simply because each sheet would cluster its components together.

Re: KiCad 7.0

#73

It looks really impressive, seems like it's largely oriented towards PCBs though? Anyone have experience using it for woodworking modeling? Is there a better tool out there for that? I've been using SketchUp, which is "only ok": The modeling for parts is good, but setting it up for spitting out a cut list kind of sucks. Plus, it's like $300/year to buy the version that does cutlists, the web version will not. I use t…

Kicad is oriented toward PCB and PCB only.

Thank you for clearing that up. Gonna donate $20.

Re: KiCad 7.0

#74

It looks really impressive, seems like it's largely oriented towards PCBs though? Anyone have experience using it for woodworking modeling? Is there a better tool out there for that? I've been using SketchUp, which is "only ok": The modeling for parts is good, but setting it up for spitting out a cut list kind of sucks. Plus, it's like $300/year to buy the version that does cutlists, the web version will not. I use t…

Try FreeCAD.

Re: KiCad 7.0

#75
post #65

I long for the day that there is modern, easy to use Open Source CAD application for designing / modelling for 3D printing. FreeCAD exists and while I'm sure it's powerful - it's very clunky to use as the learning curve is quite high for someone that occasionally wants to adjust a model. It it certainly seems like KiCAD is filling that spot for the 2D / electronics side of things. Blender is probably fantastic for mo…

As a programmer there's something that really clicks in OpenSCAD for me. I've made a few designs that are super easy to adjust/repurpose based on variables. When Thingiverse's customizer worked well (well enough), it was a great tool.

https://openscad.org/

Re: KiCad 7.0

#76
post #2

A built in command line interface for exporting BOMs/netlists/gerbers is incredible. It's probably not going to be as powerful as Ki-Bot at first, but I'm going to try and integrate it into my GitHub actions asap. And, the new dragging behavior is obviously what we should have had from the start. Going to make doing quick drawings much easier.

Is there a good guide how to use git with kicad? Right now I just copy folders with version numbers. Using it in github sounds like a neat way. Which files should be in my gitignore?

I use cadlab which is a PCB CAD specific Git host. It's okay. Visual diffs and such.

My gitignores don't have anything special. They ignore the *-bak files that kicad makes.

Now that kicad has a stable sort order for its files the diffs are pretty clean and git works pretty well.

Re: KiCad 7.0

#77

It looks really impressive, seems like it's largely oriented towards PCBs though? Anyone have experience using it for woodworking modeling? Is there a better tool out there for that? I've been using SketchUp, which is "only ok": The modeling for parts is good, but setting it up for spitting out a cut list kind of sucks. Plus, it's like $300/year to buy the version that does cutlists, the web version will not. I use t…

Asking if you can use PCB design tools for modelling woodwork may be one to the strangest things I've read today

Re: KiCad 7.0

#78
post #39

Earlier quoted context omitted.

"You get used to it, I don't even see the code. All I see is blonde, brunette, redhead."

I think cockroach, beetle and woodworm is more appropriate when talking about code.

They were quoting "The Matrix". But you're probably correct, even in the movies the existence of "The One" was a pretty serious security bug, and the entire need for "agents" was a workaround for other bugs.

Re: KiCad 7.0

#79
One huge thing in this release is being able to build gerber files on the CLI.

We're working to setup continuous integration here at work for the boards we make. Reduces a ton of human error being able to type "make" and get a zip file you can send to the fab house.

Re: KiCad 7.0

#80
How are parts libraries? I see that there are a bunch on github maintained by companies like Digikey. It's been a while since I did a pcb design but my last was using jlpcb's online editor and I was pleasantly surprised how easy it was to do since they had a massive public parts library.

I used to use eagle back in the day but stopped being a fan once it was bought/ruined by autodesk. I hate managing parts libraries.

Post reply on HN