This patch demonstrates some new improvements of "magnetism": - if drawing a track in "magnetic if creating tracks" mode, only pads on the same net are...
Werner Almesberger
werner@...
Feb 4, 2008 7:36 am
1024
Oops, I think there's quite a lot of 64-bit-isms in my patch, causing overflows in multiplications. This patch should fix that. Sorry. - Werner ... ...
Werner Almesberger
werner@...
Feb 4, 2008 1:53 pm
1025
One more small improvement (on top of my previous patches): if DRC is turned off, also different nets are magnetic. By the way, I've written a little...
Werner Almesberger
werner@...
Feb 5, 2008 9:19 am
1026
... Looks great! Just finished a board and looking forward to test your new features on the next one. If anybody isn't already working on the improved zone...
El Martes 05 Febrero 2008, Magnus Beischer escribió: [snip] ... Just for knowing: which was the problem with the current one? Are there examples of what the...
... Heh, thanks :-) You're quite right that all this playing with magnets is just a preparation for something more interesting, but I haven't done much with...
Werner Almesberger
werner@...
Feb 5, 2008 10:33 pm
1029
Hello Werner! As I understand, you make good patches for KiCad improvement (if this is not so, then Dick or Jean-Pierre must to correct me). If you want to...
... This is what I am talking about: http://beischer.com/opencad/fillzone.htm The Supermax ECAD implementation is quite "basic" and I think it can be done even...
Hello the developers, I have just finished to compile the last /trunk from SVN under MSYS/MINGW on a fresh PC and the result is now working. I am a newbie in...
... Thanks for the offer, but I don't think I qualify for directly putting things into SVN. First of all, I don't know much about C++ (that could be fixed by a...
Werner Almesberger
werner@...
Feb 6, 2008 2:18 pm
1033
That is a nice thing!! I have seen it in other programs (IIRC gEDA PCB) and liked it veeeery much! Thanks, Alain...
... Yes cmake seems to do the trick on the svn bits and I want to make a debuggable version...I'm new to cmake and something seems to be missing in the...
... This maillist howto is now superseded by the file how-to-build-kicad.txt. Please follow those instructions carefully and precisely. However, before you do...
... Hi, Now it compile without problems, thank you Mateusz. The mingwm10.dll is still not copied in the winexe folder, is there a raison ? Cheers. -- Danilo...
... This functionality could be usefull for those who want compile kicad and copy kicad on an other machine which does not have mingw installed (for schools...
When creating or reading ascii files using some data in floating point format, the i18n used in wxWidgets and kicad creates problems: in some countries...
Dick, I played with The specctra export and freeRoute. First tests are Ok. I found a problem with pads having the type PAD_CONN (could be also found with...
... Jean-Pierre, The fixes I just committed seem to fix the pads issue. I tested the interf_u and it routed OK. I have not tested the xilinx demo yet, but...
Hi, I would just like to say thank you for all the recent improvements/enhancements to kicad. All the work is appreciated. Thats all I want to say really. ...
... I'd second that. Next to this, I have one question: The last couple of months, I've followed a lot the progress that has been made with KiCad, some of them...
... Thirded. In fact last night I exported the last board I made (and probably the last I'll be making for a good while) to specctra, put it through...
All - I realized that the best way to handle the old GLabels (which were really hierarchal labels) is to treat them as hierarchal labels if the eeschema file...
Yeah, What about using uncrustify and the uncrustify.cfg file on the new code? That way things are consistent with what I have been trying to establish for...