KiCad 7.0
kicad.org
KiCad 7.0
1–10 of 121 posts
Re: KiCad 7.0
#2And, the new dragging behavior is obviously what we should have had from the start. Going to make doing quick drawings much easier.
Re: KiCad 7.0
#3Re: KiCad 7.0
#4Re: KiCad 7.0
#5Hell yeah. Finally schematics and PCBs with aesthetic text.
Re: KiCad 7.0
#6A 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.
Re: KiCad 7.0
#7This 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 the parts with special codes/prefixes to make manual untangling and grouping faster. 2. Import parts into the PCB editor as a draw the schematic. It's annoying extra work (the schematic undergoes lots of changes) and requires you to assign valid footprints from the start (so your work is constantly interrupted by having to draw missing ones OR your assign invalid ones and forget to fix them later).
Re: KiCad 7.0
#8Re: KiCad 7.0
#9Re: KiCad 7.0
#10I want to learn PCB design, mostly with ARM and ESP based designs. How would I learn basics? I know theory part but I really couldn't figure out why they determine which component and which value they have to use. I mean there are resistors, capacitors all over the place but I really want to learn reason behind it. Also I guess there are some basics related power, battery, UART, USB etc. Is there any source that cove…