Re: [Kicad-developers] [PATCH] Select via sizes from design rules

2017-09-18 Thread Maciej Sumiński
Mathias, I have committed your patch, as it nicely complements the track width dropdown list patch. Thank you for your contribution. Regards, Orson On 09/04/2017 10:18 PM, Mathias Grimmberger wrote: > > Hi Maciej, > > Maciej Sumiński writes: >> Hi Mathias, >> >> I

Re: [Kicad-developers] [PATCH] Select via sizes from design rules

2017-09-05 Thread Bastian Neumannn
Hi, I did something similar, but added a little bit more to it. It is not yet done so no patch but a link to the Github Repo. https://github.com/DasBasti/KiCad/tree/via_types_in_design_rules The goal is to have a list of all used vias in the design in your design rules. So you can enable micro

Re: [Kicad-developers] [PATCH] Select via sizes from design rules

2017-09-04 Thread Mathias Grimmberger
Hi Maciej, Maciej Sumiński writes: > Hi Mathias, > > I apologize for not replying to the width setting dropbox earlier, now > it seems to be too late to change the idea. > > Your patch is a clever solution to the problem, so if there are no more > ideas/patches for

Re: [Kicad-developers] [PATCH] Select via sizes from design rules

2017-08-31 Thread Maciej Sumiński
Hi Mathias, I apologize for not replying to the width setting dropbox earlier, now it seems to be too late to change the idea. Your patch is a clever solution to the problem, so if there are no more ideas/patches for setting via sizes, I am going to apply your changes. Regards, Orson On

[Kicad-developers] [PATCH] Select via sizes from design rules

2017-08-30 Thread Mathias Grimmberger
Hi all, below is a patch to allow selecting one of the vias defined in the design rules in the via properties dialog. It adds a choice control above the via diameter text control to do that. Have fun, MGri diff --git a/pcbnew/dialogs/dialog_track_via_properties.cpp