| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

KiCAD Design Software

Page history last edited by MrTundraMan 10 years, 11 months ago

KiCad - EDA Tools

 

(Adafruit KiCad badge)

 

My KiCad Utilities

 

Utility
Description
GitHub Repository
fixKiSymbol
Repair KiCad schematic symbols
fixKiSymbol
fixKiMods
Repair KiCad module files
fixKiMods
mergeKiMods 
Merge together two KiCad (PWB) modules files
mergeKiMods
mergeKiLibs
Merge together two KiCad (Schematic) library files
mergeKiLibs
kiListPads List the KiCad Library module pads and their sizes kiListPads

 

Tutorials / Helps

 

Libraries 

 

Others

 

KiCAD and 3D Representations

 

 

KiCAD Bug Fixes

 

KiCad Parts Lists Bugs

 

Unexpected End of File when reading modules into CvPCB

Problem

"Some files are invalid! ref-packages.mod (Unexpected end of file)"

Application: CvPcb
Version: (2011-aug-04)-testing (revision 3103)
Build: wxWidgets 2.8.11 (no debug,Unicode,compiler with C++ ABI 1002,GCC 4.5.2,wx containers,compatible with 2.6)
Platform: Linux 2.6.38-11-generic-pae i686, 32 bit, Little endian, wxGTK

Solution

The last line of the module file must be "$EndLIBRARY".

Manually edited all my libraries to add at "$EndLIBRARY" the end.

 

Undefined DRAW command #

Problem

"undefined DRAW command #" error when importing converted libraries form EAGLE?

It happens to the new versions of KiCad.

Solution

The eeschema library load does not allow for lines beginning with "#" between the DRAW and ENDRAW statements in the lib file.

I wrote a Python script to fix these files. Drag and drop them onto the program and it will save the old version and replace it with a new version.

 



Comments (0)

You don't have permission to comment on this page.