← Back to team overview

kicad-developers team mailing list archive

Re: Custom shaped pads work. third test. Need testers.

 

I concur.  If none of the other tabbed dialogs use icons, you can safely
assume that you should not add them to your tabbed dialogs.  Consistency
matters.  It's one of the more common complaints from users.

On 2/8/2017 1:32 PM, Chris Pavlina wrote:
> Can we PLEASE stop with the icons everywhere? KiCad is EDA software, not
> a picture book for small children.
> 
> http://storage1.static.itmages.com/i/17/0208/h_1486578658_7723156_809a55d70d.png
> 
> On Tue, Feb 07, 2017 at 06:22:48PM +0100, jp charras wrote:
>> I recently reworked on custom patches, and added a few missing features.
>>
>> I am expecting to be able to commit a first experimental version of custom pads to the master branch.
>>
>> However, before committing, more tests are needed.
>> The attached patch is the third (and last) test.
>>
>> After applying this patch you have to compile with option:
>> -DKICAD_USE_CUSTOM_PADS=ON
>> to enable the custom pad settings in the pad settings dialog.
>>
>> Currently:
>> Plot and print are working.
>> the DRC dialog now supports the custom pads
>> On the legacy canvas, the DRC now supports the custom pads during track creation
>>
>> What is missing?
>> P&S does not yet support custom pads (For that, I'll need help from P&S guys)
>> The Pad editor does not test the validity of the pad shape (the final shape must be equivalent to
>> only one polygon, not more than one)
>>
>> What needs to be defined:
>> What info must be added to a custom pad.
>> What is the shape of the clearance are in zones (currently, this is the convex hull which has some
>> advantages over the exact shape)
>> What about thermal relief (not sure a thermal relief has meaning for a custom pad)
>> Is a custom pad allowed on all copper layers, or only one layer (top or bottom) like a SMD pad
>>
>>
>> But before having answers to these questions, tests must be made with this current patch.
>>
>> Thanks.
>>
>> -- 
>> Jean-Pierre CHARRAS
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References