Make a track segment behave like a lightweight zone
Bug #1827038 reported by
eelik
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.
tags: | added: feature.request pcbnew |
Changed in kicad: | |
importance: | Wishlist → Unknown |
status: | Expired → New |
To post a comment you must log in.
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.