Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Seth Hillbrand
On 2019-11-13 15:54, Evan Shultz wrote: > The contributor submitted ISO templates and the librarians have access to > those standards, thus the review and merge could proceed. Fair enough > None of the librarians have access to the ASME standards and thus we could > not properly review and

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Evan Shultz
Seth, Nobody was excluded. The official KiCad library can only contain elements (symbols, footprints, templates, etc.) which are contributed while elements which aren't contributed aren't in the official library. Simple as that. And I don't see how KiCad's features are being limited. Maybe I'm

Re: [Kicad-developers] [PATCH] Three new source types added to DIALOG_SPICE_MODEL

2019-11-13 Thread Wayne Stambaugh
Hi Evan, I think keeping the included project symbol library is the safest bet in case the global library changes. We had to continually update demos in the past so this is the path of least resistance. Cheers, Wayne On 11/13/19 4:24 PM, Evan Shultz wrote: > Hi Wayne, > > Thanks! > > Yes it

Re: [Kicad-developers] [PATCH] Three new source types added to DIALOG_SPICE_MODEL

2019-11-13 Thread Evan Shultz
Hi Wayne, Thanks! Yes it is! It was merged in the GH PR I sent above, and is currently at https://github.com/KiCad/kicad-symbols and mirrored at http://kicad-pcb.org/libraries/download/ from the main KiCad website. So you can merge to 5.1. Would it be accepted if I updated the existing demo

Re: [Kicad-developers] [PATCH] Three new source types added to DIALOG_SPICE_MODEL

2019-11-13 Thread Wayne Stambaugh
Hi Evan, I merged your patch into the master branch. Thank you for your contribution to KiCad. Just out of curiosity, is the Simulation_SPICE library shipped with the 5.1 build? If so, I can merger this demo into the 5.1 branch. Users might find it useful to demo the sources provided by this

[Kicad-developers] 5.1.5 release tag

2019-11-13 Thread Wayne Stambaugh
It's been a couple of weeks since 5.1.5-rc1 was tagged and everything seems to have stabilized nicely. I'm going to tag 5.1.5 tomorrow around noon EST unless something comes up. I'm assuming the libraries, documentation, and translations are ready to go and that it shouldn't take too long to get

Re: [Kicad-developers] [Discussion] PCB Calculator: Resistor calculator

2019-11-13 Thread ja...@veith.net
Recently there was a user with similar wish in the forum for E12 parallel/serial calculator (what is your lower tab ?) You will find another code for E values <12 on my web page as E96 from the IN30TCD page are already available with many values: www.veith.net/e12calc.htm >Seth Hilbrand wrote

Re: [Kicad-developers] [Discussion] PCB Calculator: Resistor calculator

2019-11-13 Thread Seth Hillbrand
On 11/13/19 9:54 AM, Dmitry Rezvanov wrote: Hello, everyone. Now I'm working on the resistor/capacitor/inductor calculator. In the attachment - very preliminary version of the design. Upper block - for calculating result from two known values. Lower block - vice versa, for finding the

Re: [Kicad-developers] [Discussion] PCB Calculator: Resistor calculator

2019-11-13 Thread kajdas
Dmitry, I find your English perfect and your calculator a good start. Personally, I use calculators when I cannot do something in my head easily or fast. On that note, in the upper block, I would recommend: - also calculate second component when first value and result are given - given

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Seth Hillbrand
On 11/13/19 10:36 AM, Evan Shultz wrote: Thanks Seth! I didn't find the default template when looking at the code base, but I'm sure it's there and I just didn't find it. So if things are left alone hopefully the packager people will automatically include them? Then hopefully this message

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Ian McInerney
I believe the US sizes are provided by the ASME Y14.1-2005 standard. Or at least that seems to be the generic standard for these that I can find (I didn't see anything for ANSI or IEEE). -Ian On Wed, Nov 13, 2019 at 6:37 PM Evan Shultz wrote: > Thanks Seth! > > I didn't find the default

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Evan Shultz
Thanks Seth! I didn't find the default template when looking at the code base, but I'm sure it's there and I just didn't find it. So if things are left alone hopefully the packager people will automatically include them? Then hopefully this message thread will make the packagers aware of new

Re: [Kicad-developers] [Discussion] PCB Calculator: Resistor calculator

2019-11-13 Thread Dmitry Rezvanov
Sorry, I forgot bug link: https://bugs.launchpad.net/kicad/+bug/1776275 ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Seth Hillbrand
On 11/13/19 9:19 AM, Evan Shultz wrote: Seth, Yes, these templates are sized specifically for certain page sizes as defined in the ISO specification. And also for particular sheet orientations. So in Eeschema, the user needs to select the page size and orientation that match the template in

[Kicad-developers] [Discussion] PCB Calculator: Resistor calculator

2019-11-13 Thread Dmitry Rezvanov
Hello, everyone. Now I'm working on the resistor/capacitor/inductor calculator. In the attachment - very preliminary version of the design. Upper block - for calculating result from two known values. Lower block - vice versa, for finding the configuration and values of two components for target

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Evan Shultz
Seth, Yes, these templates are sized specifically for certain page sizes as defined in the ISO specification. And also for particular sheet orientations. So in Eeschema, the user needs to select the page size and orientation that match the template in order for the scaling to be proper and the

Re: [Kicad-developers] New border/title blocks?

2019-11-13 Thread Seth Hillbrand
On 11/13/19 8:30 AM, Evan Shultz wrote: There have been very nice border and title blocks following industry-standard guidelines merged into the official KiCad library at https://github.com/KiCad/kicad-templates/pull/25. They now reside at

[Kicad-developers] New border/title blocks?

2019-11-13 Thread Evan Shultz
There have been very nice border and title blocks following industry-standard guidelines merged into the official KiCad library at https://github.com/KiCad/kicad-templates/pull/25. They now reside at https://github.com/KiCad/kicad-templates/tree/master/Worksheets. Is there a path to get these