Re: [Kicad-developers] 5.1.1 issue

2019-04-23 Thread Steven A. Falco
Builds of 5.1.2 have completed on the Koji build system for Fedora Rawhide and Fedora 30. The Rawhide build will push out to the mirrors in the next few days. The F30 build will push out when F30 is released in early May. Steve On 4/22/19 5:35 PM, Wayne Stambaugh wrote: > The 5.1 bran

Re: [Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Jon Evans
Here are a few: https://bugs.launchpad.net/kicad/+bug/1821366 https://bugs.launchpad.net/kicad/+bug/1821360 (you can reassign the first one from me to you if you want to take it on) Basically the bug reports say "buggy", but in fact these features are not yet implemented. If you search for "spic

Re: [Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Dmitry Salychev
On Tue, Apr 23, 2019 at 01:56:35PM -0400, Wayne Stambaugh wrote: > Advanced simulation capabilities would definitely be something the KiCad > project would be interested in providing. There is nothing on the road > map at the moment because there is no one available to work on it in the > fores

Re: [Kicad-developers] [PATCH] Add return value to SCH_PIN::operator=

2019-04-23 Thread Jeff Young
Nope. It’s something I bungled in master (aka 6.0). > On 23 Apr 2019, at 20:33, Wayne Stambaugh wrote: > > Jeff, > > Does this patch affect the 5.1 branch? If so, please cherry-pick it when you > get a chance. > > Thanks, > > Wayne > > On 4/22/2019 7:28 PM, Jeff Young wrote: >> Thanks, Si

Re: [Kicad-developers] [PATCH] Add return value to SCH_PIN::operator=

2019-04-23 Thread Wayne Stambaugh
Jeff, Does this patch affect the 5.1 branch? If so, please cherry-pick it when you get a chance. Thanks, Wayne On 4/22/2019 7:28 PM, Jeff Young wrote: Thanks, Simon. I’ve merged your patch. On 22 Apr 2019, at 15:35, Simon Richter wrote: --- eeschema/sch_pin.cpp | 1 + 1 file changed, 1

Re: [Kicad-developers] Doxygen docs stylesheet seems broken

2019-04-23 Thread Nick Østergaard
Look in the dev console, it is the mimetype that is sometimes wrong. It seems like it is not a good idea to host it directly is s3 like this. I will make it more reliable at a later time. tir. 23. apr. 2019 20.21 skrev Brian Piccioni : > Foobared on Chrome Windows for me the past few days I've n

Re: [Kicad-developers] Doxygen docs stylesheet seems broken

2019-04-23 Thread Brian Piccioni
Foobared on Chrome Windows for me the past few days I've notices. -Original Message- From: Kicad-developers On Behalf Of Wayne Stambaugh Sent: April 23, 2019 1:59 PM To: Jon Evans Cc: KiCad Developers Subject: Re: [Kicad-developers] Doxygen docs stylesheet seems broken I'm using Chro

Re: [Kicad-developers] Doxygen docs stylesheet seems broken

2019-04-23 Thread Wayne Stambaugh
I'm using Chrome on windows right now so maybe it's a Chrome on linux issue. On 4/23/2019 1:55 PM, Jon Evans wrote: Looks like it is broken on Chrome and working on Firefox now On Tue, Apr 23, 2019 at 1:40 PM Wayne Stambaugh > wrote: I noticed this last night

Re: [Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Wayne Stambaugh
Hi Dmitry, On 4/23/2019 9:16 AM, Dmitry Salychev wrote: On Tue, Apr 23, 2019 at 08:51:04AM -0400, Jon Evans wrote: Hi Dmitry, You probably want to start by looking at the netlist exporter: ./eeschema/netlist_exporters/netlist_exporter_pspice.cpp I think much of what you are looking for is in

Re: [Kicad-developers] Doxygen docs stylesheet seems broken

2019-04-23 Thread Jon Evans
Looks like it is broken on Chrome and working on Firefox now On Tue, Apr 23, 2019 at 1:40 PM Wayne Stambaugh wrote: > I noticed this last night but I just checked and it looks fine now. I'm > not sure if something changed since last night or if it was the fact > that I was using Chrome on linux

Re: [Kicad-developers] Doxygen docs stylesheet seems broken

2019-04-23 Thread Wayne Stambaugh
I noticed this last night but I just checked and it looks fine now. I'm not sure if something changed since last night or if it was the fact that I was using Chrome on linux versus windows. Wayne On 4/23/2019 11:56 AM, Jon Evans wrote: http://docs.kicad-pcb.org/doxygen/index.html This does n

[Kicad-developers] Doxygen docs stylesheet seems broken

2019-04-23 Thread Jon Evans
http://docs.kicad-pcb.org/doxygen/index.html This does not render properly for me (and I've seen some other users complaining too) Depending on browser and screen resolution, the main text is either way off on the side, or invisible. The side navigation (#side-nav) gets a huge width and the main co

Re: [Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Jon Evans
In my opinion it is desirable. The roadmaps are a best guess at what the core development team will be able to do. Additional contributions beyond the roadmaps are welcome. I'm not sure if anyone else is currently working on SPICE enhancements (I recently fixed a few small bugs, so I know where th

Re: [Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Dmitry Salychev
On Tue, Apr 23, 2019 at 08:51:04AM -0400, Jon Evans wrote: > Hi Dmitry, > > You probably want to start by looking at the netlist exporter: > ./eeschema/netlist_exporters/netlist_exporter_pspice.cpp > > I think much of what you are looking for is in that class. > > Best, > Jon > > On Tue, Apr 23

Re: [Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Jon Evans
Hi Dmitry, You probably want to start by looking at the netlist exporter: ./eeschema/netlist_exporters/netlist_exporter_pspice.cpp I think much of what you are looking for is in that class. Best, Jon On Tue, Apr 23, 2019 at 3:53 AM Dmitry Salychev wrote: > Hi list. > > KiCad uses NGSpice as a

[Kicad-developers] XSPICE code models in the simulator

2019-04-23 Thread Dmitry Salychev
Hi list. KiCad uses NGSpice as a simulation engine, and NGSpice has an extension called XSPICE which allows to create/program SPICE models in C. Could you briefly explain what should I start looking at in KiCad to generate a correct netlist for NGSpice to be able to use custom code models? I'm a