Occasionally, I get a trace that passes between grid points without ever covering one. If I want to delete or modify this trace, I need to change the grid,...
Werner Almesberger
werner@...
Jun 13, 2006 1:49 am
128
Hi, I have added two files to the files section. One is project files for CMake, which among other things can generate Visual Studio projects. I had to make a...
Hi everyone, I'm very new to cad packages and computers, can someone please explain how to download kicad correctley? My library is missing key components...
Hi, How can I export schematic sheet and pcb to MSword? I tried to generate gerber and postscripts files but only kicad gerber viewer can open them (only...
First export in postscript (or svg in eeschema) and convert the file to jpg or something MSWord understands. B. ... -- mag./M.Sc. Boštjan Jerko Boštjan...
Hi, Although in rs-274x it is said that with arcs smaller than 90 degrees I an J are unsigned, some application include the sign. (eg; some of the gEDA-PCB...
Hi, It would be nice if there was a option to eliminate the edge of the pcb from the gerber plotfiles. I'm using the gerber files to directly plot on a PCB....
Hi All, My OS is WinXP I have installed MinGW-3.1.0-1 to C:\LinuxDev\MinGW I have installed MSYS-1.0.9 to C:\LinuxDev\msys I have installed msysDTK-1.0.0 The...
Hi Again, For future readers of this thread here are a few notes. 1) To set the environment variable WXWIN as per the how-to-build.txt exiting the msys did not...
I tried to compile kicad on Debian linux with gcc 3.3.4. While linking, several "undefined reference to 'vtable for ...'" appeared (first in pinedit.o, and...
We are using TinyCAD for our schematics and we have several prodessional designs in the TinyCAD format. Today we use a very expensive PCB application from...
Hi Magnus, The netlist format is easy to see, just edit and existing .NET file. If you require a conversion program then contact me directly. Regards Derek ......
Dear All I have developed a installation script for KiCad using NSIS. I am just wondering how I get it included in the KiCad project. The script is finish but...
Hello, I would like to modify kicad sources to draw electrical harness wiring schematics. I am not an experienced C++ programmer I learnt it in college 5...
Dear Jean-Pierre I tried to email you but I got an accessed denied error, so I have posted this message. I have posted the NSIS Scripts as a zip file in the...
Hi Magnus, The hex numbers like 44FDADE6 are usually a time stamp. In my netlist I just used 0 for the time stamp. I think that the $noname is the netlist...
Hi Magnus, The hex numbers like 44FDADE6 are usually a time stamp. In my netlist I just used 0 for the time stamp. I think that the $noname is the netlist...
if you do not have a cell attached to the device the net list shows $noname. Once you attach a cell to the device the $noname will change and show the cell ...
I had recently start using KICAD but after i used it a while i'am wondering if drawings that use arcs are showed like a pie! 3D are not showing arcs and...
... This is a wxGTK problem, not a kicad problem wxGTK **must** be patched. See "how-to-build-kicad.txt" -- Jean-Pierre CHARRAS Maître de conférences ...
... Yes. And I have send a report bug to wxWidgets team. -- Jean-Pierre CHARRAS Maître de conférences Directeur d'études 2ieme année. Génie Electrique et...
... I can confirm that to, i just downloaded and rebuild KICAD static and also wxGTK witdgets as J.-P. told me. :) But circle and arc drawing into 3d-viewer...
... Daniel, Do you have somewhere a guideline how to setup the KiCAD project in Visual C++ 2005 Express Edition for compilation? What steps do I have to take...
Can I make a suggestion? Inno setup (http://www.jrsoftware.org/isinfo.php) is a freely licensed install packager that is better than the commercial ones we...
Hi, This morning, I tried to compile the sources of KiCad on a Windows machine. My final goal is to compile it with VC++ 2005 Express Edition, but since this...