GithubHelp home page GithubHelp logo

Comments (3)

thesourcerer8 avatar thesourcerer8 commented on July 30, 2024

Which information do you need about the pads? If you figure anything out, please let me know. Will the software you are developing be OpenSource? I would be interested in it.

from altium2kicad.

7Chen avatar 7Chen commented on July 30, 2024

Coordinate, size and type of pads, and the relationship between pads and components is also my interest.
I use Altium, it is not opensource. What puzzled me is the coding mode, it seems like combined ascii and binary data, Altium hided the details.

from altium2kicad.

thesourcerer8 avatar thesourcerer8 commented on July 30, 2024

I have improved the Pads parsing a lot lately. convertpcb.pl currently outputs a file Pads.html where it writes an annotated hex-dump of the pads binary data. It marks all fields it understand in yellow, and when you move the mouse over the yellow fields, it explains which field it is.
A short explanation: At first every pad starts with the record-type byte, which is always 0x02, then there are 6 fields, that all have a 4-byte length field and then the contents of those fields. The first field contains the name of the pad, and the 5th field contains the interesting data, coordinates, size and type of the pad.

from altium2kicad.

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.