Giter Site home page Giter Site logo

Comments (1)

xesscorp avatar xesscorp commented on May 31, 2024

I generated the .net file for the Arduino project and the devices shown above have no "footprint" fields. So when netlist_to_skidl generated the SKiDL file, these parts had no footprints and caused the errors.

All the other parts in the .net file had footprint fields populated with "~", so they didn't have real footprints, either. But all SKiDL cares about is that there is something in the footprint field, even if it's not a valid footprint. The invalid footprint will be detected when the netlist is imported into PCBNEW.

You'll have to instantiate real footprints into the SKiDL code. There used to be a separate program called CVPCB that could be used to assign footprints to parts in a netlist file. But that program was integrated into EESCHEMA when KiCad 5.0 came out. At this time, you'll have to manually assign footprints in the SKiDL code by picking them out of the KiCad .pretty folders. (Alternatively, you could use EESCHEMA to assign footprints on the original schematic, generate the netlist, and then run netlist_to_skidl on that.)

Missing components (i.e., schematic symbols) typically occur with SKiDL code that was developed using the old KiCad 4.0 part libraries but is then compiled using the new KiCad 5.0 libraries. The only thing you can do here is replace the old part names with the new names in the 5.0 libraries. (An alternative might be to use the "-cache.lib" file for a project which stores the parts for a schematic.)

from skidl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.