[Kicad-developers] Regression with commit 1650d568388af7dfe05f138854298a07ef425cdf

2021-11-17 Thread BERTRAND Joël
Hello, Commit 1650d568388af7dfe05f138854298a07ef425cdf breaks kicad. Build process aborts now with : /home/bertrand/git/kicad/common/widgets/lib_tree.cpp: In constructor ‘LIB_TREE::LIB_TREE(wxWindow*, LIB_TABLE*, wxObjectDataPtr&, LIB_TREE::WIDGETS, HTML_WINDOW*)’:

Re: [Kicad-developers] Default netlist

2021-05-11 Thread BERTRAND Joël
Jeff Young a écrit : > Can you look in your project file and see if it’s getting set? I have checked. I have opened a project. In project file, I have : "net_format_name": "KiCad" Now, I create a spice netlist. Project file always contains : "net_format_name": "KiCad"

Re: [Kicad-developers] Default netlist

2021-05-11 Thread BERTRAND Joël
Holger Vogt a écrit : > In 5.99: Eeschema ->  File -> Export -> Netlist Yes, I know. But dialog is always opened on default KiCAD netlist. ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] Default netlist

2021-05-11 Thread BERTRAND Joël
Jeff Young a écrit : > Hi Joël, > > Does it not remember the last setting? (It’s supposed to.) No, it doesn't. If it remember last setting, is this setting saved in project file ? Best regards, JB ___ Mailing list:

[Kicad-developers] Default netlist

2021-05-11 Thread BERTRAND Joël
Hello, In KiCAD 5.x, if I remember, there was a button to select default netlist (and of course a button in main menu to generate netlist). Now, both buttons have been removed. But when you use external ngspice, you have to generate netlist by hands and you have

Re: [Kicad-developers] Build issue

2021-05-07 Thread BERTRAND Joël
Seth Hillbrand a écrit : > You will need to upgrade ngspice as well.  The variable is renamed to > NG_BOOL. Thanks. Build is done. JB ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] Build issue

2021-05-05 Thread BERTRAND Joël
Thanks for your patch. Nevertheless, after make clean && make, build process now aborts with : [ 47%] Building CXX object eeschema/CMakeFiles/eeschema_kiface_objects.dir/sim/ngspice.cpp.o In file included from /home/bertrand/git/kicad/eeschema/sim/ngspice.cpp:31:

Re: [Kicad-developers] Build issue

2021-05-05 Thread BERTRAND Joël
Jon Evans a écrit : > What version of ngspice are you using? I don't know, maybe a version pulled last week. But yesterday, I have rebuild ngspice from scratch (I have deleted my build directory). In ngspice header, I can read : /* ... All boolean signals (BOOL) are of type int.

[Kicad-developers] Build issue

2021-05-04 Thread BERTRAND Joël
(that seems to be 'int') and bool, but I don't known C++ enough to fix it. Best regards, -- KACHELHOFFER-BERTRAND Joël http://www.systella.fr ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers

[Kicad-developers] Via isolation

2020-10-11 Thread BERTRAND Joël
Hello, Sometimes, on very compact boards, I need isolated vias (from planes) for example for power supplies, even if I have power planes. A power track can go from bottom side to top side while being isolated from the power plan. Is it possible to do this ? I haven't find

[Kicad-developers] eeschema unusable for two or three days

2020-09-12 Thread BERTRAND Joël
Hello, I'm using kicad 5.99 (built from sources on a Linux workstation) : Version: (5.99.0-3320-g30a428677), release build Libraries: wxWidgets 3.0.5 libcurl/7.72.0 GnuTLS/3.6.14 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.8.0

Re: [Kicad-developers] Some troubles with busses

2020-07-03 Thread BERTRAND Joël
Jon Evans a écrit : > Hi Joël, > > As Dino mentioned, buses in KiCad work just like net labels: Another > bus with the same name on the same schematic sheet will be connected, > the same way that two pins will be connected if you place the same net > label on them (even if you don't draw a wire

[Kicad-developers] Some troubles with busses

2020-07-02 Thread BERTRAND Joël
Hello, I'm trying to interconnect some sub-sheets on a simple bus. Faulty schematic is in attachement. First remark : bus labels seem to be global by default (!) and, if I use S[0..63] instead of SA[0.63], KiCAD connects this bus with another one with the same name in

[Kicad-developers] kicad2step runs for more than 12 hours and don't produce step file

2020-04-12 Thread BERTRAND Joël
Hello, I'm trying to export a PCB (50cm*75cm if I remember) to step and I don't obtain step file. kicad2step takes 100% of CPU for a long time and I don't know if this process runs slowly or if it will never end. hilbert:[~/cvs/electronique/mateo_logique_5] > ps auwx | grep

Re: [Kicad-developers] [commit 85c2e0d2] pcbnew/drc/drc_tree_model.cpp

2020-03-04 Thread BERTRAND Joël
Thanks a lot, I'll try. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

[Kicad-developers] [commit 85c2e0d2] pcbnew/drc/drc_tree_model.cpp

2020-03-04 Thread BERTRAND Joël
Hello, With gcc version 9.2.1 20200224, current master compilation fails with : /home/bertrand/git/kicad/pcbnew/drc/drc_tree_model.cpp:201:54: error: operands to ?: have different types ‘const wxString’ and ‘const wxChar*’ {aka ‘const wchar_t*’} 201 |

Re: [Kicad-developers] [5.1.5] i965: Failed to submit batchbuffer

2020-03-04 Thread BERTRAND Joël
Eeli Kaikkonen a écrit : > Have you tried an internet search? > > https://bugs.freedesktop.org/show_bug.cgi?id=107147 Hello, I have done some tests as Linux kernel issue you have shown is not mine. In a first time, I have no error in dmesg and GPU runs as expected. glxinfo,

Re: [Kicad-developers] [5.1.5] i965: Failed to submit batchbuffer

2020-03-04 Thread BERTRAND Joël
Eeli Kaikkonen a écrit : > Have you tried an internet search? > > https://bugs.freedesktop.org/show_bug.cgi?id=107147 Hello, I have done some tests as Linux kernel issue you have shown is not mine. In a first time, I have no error in dmesg and GPU runs as expected. glxinfo,

Re: [Kicad-developers] pcbnew extremly slow

2020-02-28 Thread BERTRAND Joël
jp charras a écrit : > Le 28/02/2020 à 12:46, BERTRAND Joël a écrit : >> BERTRAND Joël a écrit : >>> Seth Hillbrand a écrit : >>> >>>> Hi Joël- >>>> >>>> Please open an issue report at >>>> https://gitlab.com/kicad/code/kic

Re: [Kicad-developers] pcbnew extremly slow

2020-02-28 Thread BERTRAND Joël
BERTRAND Joël a écrit : > Seth Hillbrand a écrit : > >> Hi Joël- >> >> Please open an issue report at >> https://gitlab.com/kicad/code/kicad/issues and attach the project. >> > > Done. > https://gitlab.com/kicad/code/kicad/issues/3955 I hav

Re: [Kicad-developers] pcbnew extremly slow

2020-02-27 Thread BERTRAND Joël
Seth Hillbrand a écrit : > Hi Joël- > > Please open an issue report at > https://gitlab.com/kicad/code/kicad/issues and attach the project. > Done. https://gitlab.com/kicad/code/kicad/issues/3955 ___ Mailing list:

[Kicad-developers] pcbnew extremly slow

2020-02-27 Thread BERTRAND Joël
Hello, I'm trying to route a big PCB. Schematic contains more than 200 pages (it's a special sensor with more than 140 lines and 100 columns and each sensor line takes a page.). I can create a netlist without any difficulties, but pcbnew is totaly inusable. I have tried

Re: [Kicad-developers] [5.1.5] i965: Failed to submit batchbuffer

2020-02-27 Thread BERTRAND Joël
Eeli Kaikkonen a écrit : > Have you tried an internet search? > > https://bugs.freedesktop.org/show_bug.cgi?id=107147 Of course, and it doesn't fix my trouble. ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

[Kicad-developers] [5.1.5] i965: Failed to submit batchbuffer

2020-02-27 Thread BERTRAND Joël
Hello, I'm trying to use pcbnew to route a huge PCB and pcbnew randomly aborts with following error : "i965: Failed to submit batchbuffer: Aucun espace disponible sur le périphérique Erreur de segmentation" I have seen this error comes from Xorg but I don't know if htere

Re: [Kicad-developers] Patch for spice netlist

2019-03-14 Thread BERTRAND Joël
BERTRAND Joël a écrit : > Maciej Suminski a écrit : >> Hi Bertrand, >> >> On 3/12/19 8:21 PM, BERTRAND Joël wrote: >>> Hello everyone, >>> >>> I have written a patch for Spice netlist exporter. I spend a lot of >>> time w

Re: [Kicad-developers] Patch for spice netlist

2019-03-14 Thread BERTRAND Joël
Maciej Suminski a écrit : > Hi Bertrand, > > On 3/12/19 8:21 PM, BERTRAND Joël wrote: >> Hello everyone, >> >> I have written a patch for Spice netlist exporter. I spend a lot of >> time when I want to switch from .AC analysis to .TRAN or .NOISE. Th

Re: [Kicad-developers] Patch for spice netlist

2019-03-14 Thread BERTRAND Joël
Seth Hillbrand a écrit : > Am 2019-03-12 15:21, schrieb BERTRAND Joël: >> Hello everyone, >> >> I have written a patch for Spice netlist exporter. I spend a lot of >> time when I want to switch from .AC analysis to .TRAN or .NOISE. This >> patch allow

[Kicad-developers] Patch for spice netlist

2019-03-12 Thread BERTRAND Joël
Hello everyone, I have written a patch for Spice netlist exporter. I spend a lot of time when I want to switch from .AC analysis to .TRAN or .NOISE. This patch allows spice exporter to use different configurations with two new instructions .if and .config. Usage : .config