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 7.0
71–80 of 121 posts
Re: KiCad 7.0
#72> 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…
Re: KiCad 7.0
#73It 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.
Re: KiCad 7.0
#74It 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…
Re: KiCad 7.0
#75I 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…
Re: KiCad 7.0
#76A 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?
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
#77It 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…
Re: KiCad 7.0
#78Earlier 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.
Re: KiCad 7.0
#79We'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
#80I 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.