Make a track segment behave like a lightweight zone

Bug #1827038 reported by eelik
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
KiCad
New
Unknown

Bug Description

A recurring problem and need is making some small part of a track narrower than its normal width, for example when fitting it between two pads. I have an idea which could be at least one of the possible solutions.

Make segment have a new property "minimum width". If it's smaller than the width, the segment is handled like zone with respect to filling. It would take all space it can, respecting the surrounding clearances, down to the minumum width and up to the normal segment size.

Revision history for this message
Jon Evans (craftyjon) wrote :

This is a good idea, I've used this feature in other tools. One feature that isn't quite this but might be easier to implement and help address the same need is to make it fast to toggle between the assigned minimum, nominal, and maximum trace widths while routing.

Changed in kicad:
importance: Undecided → Wishlist
status: New → Triaged
Revision history for this message
eelik (eelik) wrote :

That would also help, yes. Zone-like filling would be nice because it would minimize the narrower part length while maximizing its width, without need to think or define how wide exactly it can be.

Maybe it could also allow some kind of zone replacement: draw a wide track with highlight collisions/allow DRC violations. Select the track, change the minimum width.

Certainly this wouldn't be easy to implement. Interacting with DRC rules and interactive routing would be difficult.

tags: added: feature.request pcbnew
Revision history for this message
Rene Poeschl (poeschlr) wrote :

Isn't the request similar to what other tools call automatic neckdown? (Which i would have expected to be already requested but the limited search functionality of this bugtracker only got me to https://bugs.launchpad.net/kicad/+bug/1799968)

Revision history for this message
Jon Evans (craftyjon) wrote :

It is similar but not the same (at least to automatic neckdown in Altium, not sure about other tools). Automatic neckdown in Altium changes the segment widths when needed, but does not fill like a zone. Filling like a zone would cause there to be more copper deposited when squeezing between round pads (like in a BGA) than just necking down the segment, although the difference is minor. I think automatic neckdown is also a useful feature, probably provides 90% the benefit of "zone traces", and is easier to implement technically. It might be good to add that as a separate feature request.

Revision history for this message
eelik (eelik) wrote :

The use case in my mind was squeezing through a narrow space between pads and continuing the trace after that. As far as I understand, "neckdown" means track/pad connection. Zone-like track could take care of both situations. But on the other hand neckdown should typically be applied to an area (several track/pad connections at the same time), not to one segment. If neckdown could somehow be applied to segments passing between pads it would be enough for me.

Revision history for this message
KiCad Janitor (kicad-janitor) wrote :

KiCad bug tracker has moved to Gitlab. This report is now available here: https://gitlab.com/kicad/code/kicad/-/issues/2400

Changed in kicad:
status: Triaged → Expired
Changed in kicad:
importance: Wishlist → Unknown
status: Expired → New
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.