kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #28881
GAL tools needed for via stitching & co.
-
To:
Kicad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>
-
Date:
Thu, 23 Mar 2017 11:29:56 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0
Hi all,
I'm finishing the new connectivity algorithm (I'm going to send a patch
soon), which will allow stuff like overlapping zones and free-placed
vias, without any additional constraints. A nice addition to that would
be to:
- Add new DRC markers showing clearly unconnected items (instead of just
entries in the 'unconnected' tab of the DRC dialog)
- A tool to place free vias
- A tool to convert single-pad footprints to vias (if requested by the user)
- Port of Ben Kempke's via stitching/shielding tools [1] [2] to the GAL
canvas.
Would anyone of you be interested to add these features?
Best,
Tom
[1] Via stitching:
https://github.com/bpkempke/kicad-source-mirror/tree/zone_via_stitching
[2] Via shielding:
https://github.com/bpkempke/kicad-source-mirro/tree/zone_via_shielding