[Kicad-developers] KiCad config

2016-03-07 Thread xarx
Hello. In relation with patch for bug #1511552, I'd like to replace some hard-coded behaviour with a configuration read from a textual file. I mean an application-specific configuration (not user-specific or project-specific). However, I found no such file in the current KiCad distribution to mi

Re: [Kicad-developers] Python functionality on Windows

2016-02-22 Thread xarx
If it is only about pythonw, the fix is actually very simple on Windows. I submitted a patch into the Winbuilder bug-tracker, https://github.com/nickoe/KiCad-Winbuilder/issues/28. Perhaps, the fix can be equally simple on other platforms, I have no idea how the build is performed there. Mar

[Kicad-developers] Patch for #1511552 - Modifications of the spice netlist generator

2016-02-22 Thread xarx
Hello. In the Launchpad bug tracker, I've posted a new patch for export of Spice netlists, the bug #1511552. https://bugs.launchpad.net/kicad/+bug/1511552/comments/20 I made the support of the Spice simulation engines as lightweight as possible, so that the actual simulation support can be

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-20 Thread xarx
>> In my opinion, a solution similar to how eSim does that, would be completely >> sufficient for start. As I've already mentioned for several times, that's not >> much code, so it could be implemented relatively quickly. (But using eSim for >> that is not a solution, because eSim cannot fulfil the

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-15 Thread xarx
Thank you, Wayne, for your long answer, I'm completely satisfied with it. Nevertheless, I'd like to have a few more questions. > We hope some day that we can support simulation directly. For the time > being, we can do our best to support exporting spice netlists for > simulation in external tools

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-12 Thread xarx
First of all, sorry for my late answer, and that I'm going to put all my answers into a sigle e-mail. Because the public mail service I'm using had a breakdown, was unavailable for the whole day, and the latest messages were lost. > I agree with Wayne and JP, KiCAD is not designed to be a simulato

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-11 Thread xarx
Sorry, Jean-Pierre, but your answer is too vague for me. I'm just a EE hobbyist, so I'm surely less experienced than you EE professionals. But at the level I want to use KiCad, I don't think your points are valid. See my comments below. > > Again, we are thinking a good and strong support for si

Re: [Kicad-developers] Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema

2015-11-11 Thread xarx
> > Hopefully, if Mark Roszko implements > > a general netlist generator he announced, the problem might > > get resolved. > > I don't think Mark's changes help in this situation. Plugin or no > plugin, you still need a way to export spice netlists. I meant this post: https://lists.launchpad.net

Re: [Kicad-developers] Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema

2015-11-09 Thread xarx
Wayne, thank you for your reaction. Here I'll state how I see it and comment your answer. At first, I'd like to say that I tried to make no revolution, but only to extend the functionality that already IS in KiCad the same way it is implemented NOW. I can imagine a better realisation of the funct

Re: [Kicad-developers] Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema

2015-11-09 Thread xarx
Hello, I've got no opinions, so I implemented the patch(es). Please look at it. I've tested it with LTSpiceIV and NgSpice, and they both now work without a problem with the standard KiCad components. No special components for simulation purposes are needed. Best regards, Martin. - Pův

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation (Was: Re: Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema)

2015-11-04 Thread xarx
Andy, I've put my comments in to the text below. > > I'm not an EE professional, I'm an EE hobbyist. And my ideal tool would allow > > me to draw a schema and allow me to copy it to a document or to publish it to > > internet. And then by extending it a little bit I could use the same schema > >

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
So by looking at the KiCad road-map, what would you suggest? To ignore the road-map and to perform the current code maintenance only? Martin. - Původní zpráva - Odesílatel: Mário Luzeiro Příjemce: "x...@sms.cz" , KiCad Developers Datum: Wed, 4 Nov 2015 22:03:01 + Předmět: RE: [Kic

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
Hi Mario, thank you for your reply. The other people felt offended when I said "waist of time". Actually I meant it in that way that if three people are making massive changes in the same part of the code, it will be impossible to merge their work together. And inevitably, many of the work will

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
Situation: As a KiCad newbie, I'm not satisfied with how some functionalities work, say, how the cooperation with the simulation engine works. Having no information on development intentions of the current KiCad development team, I end up by proposing a patch that tries to fix the existing KiCad fu

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
This starts to be a debate of opinions. > What are their amibtions? I've met many developers that wanted to create something cool that many will be using. And they end up an application of no use that is used only by themselves. I was like that too when I was younger. My idea was that if they see

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation (Was: Re: Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema)

2015-11-04 Thread xarx
Hello Andy, what you are saying really interests me. > Regarding integrating any kind of simulation tool into the mainline PCB design > package, I suggest the following: DONT BOTHER. I'm not an EE professional, I'm an EE hobbyist. And my ideal tool would allow me to draw a schema and allow me t

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
> You are treating developers as a some sort of object. We > are people, we have lives, we do not sit here looking for work. Please, don't feel offended :-). I'm a professional developer, and I'm used to be treated as a "human resource". But I don't take that personally, I don't feel my humanity i

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
> I spent a couple of days trying to get eSim to even run their examples > on Windows with no success. I don't want to advocate them, I've already written my opinion on eSim. But their latest Windows version is working for me without problems (but it's buggy). There are almost no component librari

Re: [Kicad-developers] future developments: shared libraries and dynamic plugins

2015-11-04 Thread xarx
I vote for that too with all my fingers! That would help many people that consider KiCad a good platform but need something non-standard or want a particular feature to work in a different way. Martin. - Původní zpráva - Odesílatel: Mark Roszko Příjemce: Cirilo Bernardo Datum: We

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
I found the road map for KiCad as well. The plans look fine, but are they being realized? http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/md_Documentation_development_road-map.html Martin. - Původní zpráva - Odesílatel: x...@sms.cz Příjemce: "kicad-developers

Re: [Kicad-developers] About collaboration, simulation, documentation, organisation, usability and documentation

2015-11-04 Thread xarx
Hello, a good topic and good ideas, in my opinion. Though it should be the core developers who should say that. A few weeks ago I was performing my own small research in what EDA tools are available. I was looking for a schema_drawing-simulator-pcb_creator all-in-one app. And found none (free). I

[Kicad-developers] Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema

2015-11-03 Thread xarx
Hello, I reported the bug #1511552 and suggested to provide a patch. I'd like to hear your suggestions and objections to what I was to going to do. In short (details in the bug report): In EESchema, it is hard to create a schema that can be used simultaneously for Spice simulations and Pcb crea