Re: [Kicad-developers] [PATCH] Add mils as user unit

2017-09-04 Thread Wayne Stambaugh
On 9/4/2017 8:58 AM, Tomasz Wlostowski wrote: > On 03.09.2017 18:29, Mathias Grimmberger wrote: >> >> Hi all, >> >> >> below is a patch to add "mils" as a user unit to pcbnew, the gerber >> viewer and the module editor. I left out eeschema because I do not think >> it's useful there, but if

Re: [Kicad-developers] [PATCH] Add mils as user unit

2017-09-04 Thread Wayne Stambaugh
On 9/4/2017 4:14 PM, Mathias Grimmberger wrote: > > Hi Lorenzo, > > Lorenzo Marcantonio writes: >> On Mon, Sep 04, 2017 at 02:58:45PM +0200, Tomasz Wlostowski wrote: >>> below is a patch to add "mils" as a user unit to pcbnew, the gerber >>> viewer and the module editor. I left

Re: [Kicad-developers] [PATCH] Add mils as user unit

2017-09-04 Thread Mathias Grimmberger
Hi Lorenzo, Lorenzo Marcantonio writes: > On Mon, Sep 04, 2017 at 02:58:45PM +0200, Tomasz Wlostowski wrote: >> below is a patch to add "mils" as a user unit to pcbnew, the gerber >> viewer and the module editor. I left out eeschema because I do not think >> it's useful there,

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] Change track width setting to dropbox

2017-09-04 Thread Mathias Grimmberger
Hi Maciej, Maciej Sumiński writes: > Hi Mathias, > > On 08/25/2017 09:55 PM, Mathias Grimmberger wrote: >> >> Hi Maciej, >> >> [snip] >> >> Does that sound useable or is it too much "magic"? > > I agree, it is not as simple as with track widths, so it requires a bit

Re: [Kicad-developers] Python doxygen for 4.0.7 Stable?

2017-09-04 Thread Nick Østergaard
No, but good point. I will try to make that available. Den 4. sep. 2017 5.10 PM skrev "Greg Smith" : > Is there an equivalent to > > http://docs.kicad-pcb.org/doxygen-python/ > > For 4.0.7 Stable? > > > Clicking on "Namespaces" tab and then the "pcbnew" label brings you to

[Kicad-developers] Python doxygen for 4.0.7 Stable?

2017-09-04 Thread Greg Smith
Is there an equivalent to http://docs.kicad-pcb.org/doxygen-python/ For 4.0.7 Stable? Clicking on "Namespaces" tab and then the "pcbnew" label brings you to this page: http://docs.kicad-pcb.org/doxygen-python/namespacepcbnew.html I use that page as the primary reference document for pcbnew

Re: [Kicad-developers] Missing symbol elements in eeschema?

2017-09-04 Thread Bernhard Stegmaier
… here the bug report: https://bugs.launchpad.net/kicad/+bug/1714974 Regards, Bernhard > On 4. Sep 2017, at 14:31, Bernhard Stegmaier wrote: > > Hi Orson, > > sure, no problem… I’ll do some more tests and put

Re: [Kicad-developers] [PATCH] Add mils as user unit

2017-09-04 Thread jp charras
Le 04/09/2017 à 14:58, Tomasz Wlostowski a écrit : > On 03.09.2017 18:29, Mathias Grimmberger wrote: >> >> Hi all, >> >> >> below is a patch to add "mils" as a user unit to pcbnew, the gerber >> viewer and the module editor. I left out eeschema because I do not think >> it's useful there, but if

Re: [Kicad-developers] [PATCH] Add mils as user unit

2017-09-04 Thread Lorenzo Marcantonio
On Mon, Sep 04, 2017 at 02:58:45PM +0200, Tomasz Wlostowski wrote: > below is a patch to add "mils" as a user unit to pcbnew, the gerber > viewer and the module editor. I left out eeschema because I do not think > it's useful there, but if required adding it would be easy. The input box parser

Re: [Kicad-developers] [PATCH] Add mils as user unit

2017-09-04 Thread Tomasz Wlostowski
On 03.09.2017 18:29, Mathias Grimmberger wrote: > > Hi all, > > > below is a patch to add "mils" as a user unit to pcbnew, the gerber > viewer and the module editor. I left out eeschema because I do not think > it's useful there, but if required adding it would be easy. > > I probably missed

Re: [Kicad-developers] Missing symbol elements in eeschema?

2017-09-04 Thread Bernhard Stegmaier
Hi Orson, sure, no problem… I’ll do some more tests and put everything into a bug report. I just quickly wanted to know beforehand if this happens only to me (or, only on macOS?). Regards, Bernhard > On 4. Sep 2017, at 14:16, Maciej Suminski wrote: > > Hi Bernhard,

Re: [Kicad-developers] Missing symbol elements in eeschema?

2017-09-04 Thread Maciej Suminski
Hi Bernhard, It would be greatly appreciated if you could turn this into a bug report. Otherwise it will quickly drown and become forgotten, given the ML traffic level. Any chance we could get a project that reliably reproduces the problem? Regards, Orson On 09/03/2017 11:24 PM, Bernhard

Re: [Kicad-developers] Symbol library table remapping branch.

2017-09-04 Thread jp charras
Le 01/09/2017 à 23:09, Wayne Stambaugh a écrit : > I finally found the time to finish the symbol library table remapping > implementation and I would like some help with testing before I merge > this into the master branch. I would like to get as much testing as > possible. I remember the issues

Re: [Kicad-developers] [PATCH] More aggressive sheet-selection

2017-09-04 Thread Kristoffer Ödmark
I beleive the two latest patches will benefit most people. the automatic select from same sheet will actaully hang kicad for a brief moment. This is very noticeable on larger PCBs, not so much on smaller. Adding the select feature as a context menu is more correct. The more aggressive