I know this is not a new question, but the answers provided no longer work in the new version of KiCAD.
If in one part of the circuit there are high currents and one wants wider tracks. If those tracks are all part of the same net, one can do that using Design Rules and add a new net class with wider traces. Then one can move these nets to the new net class.
However, sometimes only part of the net needs wider tracks: for example, the same net supplies high and low usage elements.
I would like to split such nets and use a different track width for each part. I have seen on the internet that this is possible with net ties. However, there are no net tie footprints in the new version of KiCad.
Also, these net ties should not raise issue with DRC control, even if they are under another electronic element.
So is it possible to effectively split nets to achieve different track widths for the same net?
I use KiCAD for Windows, version 5.1.10, which was supposedly released in May 2021 and I just don’t see net ties… I see netties in schematics but no netties in footprints. Maybe I don’t know where to look?
Yes, I found the library in the KiCAD folder and added it manually.
This obviously remained after I installed KiCAD 5 over KiCAD 4. How can I update to latest libraries? Maybe I should completely delete KiCAD and install it from the start?
Additional problem is that if I put nettie under another element, I get courtyards overlap error. Isn’t it possible to make those net ties under other elements?
But WARNING: changing this will probably mess up your existing projects, at least for symbols. Footprints are safer because they are embedded in the board files.
Where did you get KiCad and how did you install it?
This stuff with old libraries and the github plugin should have been a thing of the past, and yet, in another post you state you’re working on your fist KiCad project.
As eelik pointed out, I just tested KiCAD few years ago. This week finally decided to design my own PCB, because I finally got a project that was worth designing PCB. I downloaded KiCAD for Windows from https://www.kicad.org/.
So now I have this mess. What do you suggest - completely removing KiCAD and make a completely fresh installation?
If you don’t need to keep any user settings – and it looks like you don’t – just delete %appdata%\kicad. Then start v5.1 again, and it starts from scratch.
By the way, I also kind-of solved my problem by creating my own net tie that does have courtyard. I simply copied everything but courtyard into my own definition of net tie. Now I can connect high current and low current subnets under the elements…
It worked. I only had to reload my own schematic and footprint libraries and everything is fine. But I will not reload footprints because new fancy pads would require redrawing majority of tracks…