kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31190
[feature] Simpler edition of custom pads
-
To:
Kicad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>
-
Date:
Thu, 19 Oct 2017 23:36:34 +0200
-
Authentication-results:
spf=pass (sender IP is 188.184.36.46) 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:52.0) Gecko/20100101 Thunderbird/52.4.0
Dear all,
I've just pushed a set of patches that simplifies drawing and editing
custom pad shapes:
- Now you can draw a number of graphic primitives in the footprint
editor, select them together and R-click->Create Pad From Selected
Shapes) to convert them to a custom-shaped pad.
- ... and the opposite: take a custom shaped pad, R-click->Explode
Selected Pad to Graphical Shapes to convert the pad back to the original
graphical primitives.
- By default, the newly made pad's anchor is calculated automatically.
If you need a special 'anchor' pad, draw it using the pad tool and
select together with the graphical primitives that make the desired
custom pad.
- I forgot to mention, it's now possible to draw graphical polygons (not
zones) both in pcbnew and in the footprint editor. Use with care, as
polygons on copper layers are *NOT* handled by the DRC (yet).
Testing & feedback very much appreciated!
Cheers,
Tom
Follow ups