GithubHelp home page GithubHelp logo

eagle's Issues

HTS221 device not correct

Dear
For the HTS221 in this eagle lib the pin assignment is not correct.
As it is in this lib the pin assignment is accoring figure 2 of the HTS221. BUT this is the bottom view!.
(So my small PCB is now wrong )

Eagle script doesn't package multiple drd files generated by the use of blind vias

In eagle, if a blind via is used, the excellon.cam generates multiple drd files named "<project_name>.drd.<first_layer><last_layer>".

For example, if I have a lot of through vias and some vias that just go from layer 01 to layer 02, it would generate two files:

<project_name>.drd.0102
<project_name>.drd.0116

The eagle script does not seem to package these files when it zips them together, presumably because it is only looking for .drd not *.drd'

Manufacture / distributors code

Hi, I am one of the developer of KiCost, a tool in Python to get the prices from the distributors web site originally did to KiCad, but I expand to CSV BoMs.
I saw that you library already have some web site distributors codes and want to check the compatibility, we use the format distributor+'#' (e.g. mouser#, digikey#, ...) and generic manf# for manufacture number.
Cold you attach here some CSV BoM lists to my tests?

Renumber script errors with a float input

For instance if I have a resistor valued 0.12 and other resistors valued 10k it causes this error:

File "/home/adkins/Research/eagle/scripts/eagle_renumber.py", line 148, in
parts = collections.OrderedDict(sorted(parts.items(), key=lambda t: resolve_unit(*t[0])))
TypeError: unorderable types: str() < float()

Eagle Renumber Script fails with error unorderable types

When I run the renumber script on debug backplane with prefix "L" it fails with the error:

File "/home/adkins/Research/eagle/scripts/eagle_renumber.py", line 165, in
parts = collections.OrderedDict(sorted(parts.items(), key=lambda t: resolve_unit(*t[0])))
TypeError: unorderable types: str() < float()

eagle renumber suggested prefix suggestion incorrect

well this is just wrong:

The following parts have different suffixes:
C22 : 3.3 nF, C3 : 3.3 nF, C7 : 3.3 nF, C20 : 3.3 nF, C27 : 3.3 nF, C46 : 474 nF, C47 : 800 nF
And would look like this with suffix correction:
C22 : 3.3 uF, C3 : 3.3 uF, C7 : 3.3 uF, C20 : 3.3 uF, C27 : 3.3 uF, C46 : 474 uF, C47 : 800 uF

Eagle Renumber Script changed device name

When running the eagle renumber script it changed

device="0603_RES" -> device=0Ω603_RES" in the eagle source file. It clearly should not change the device name.

It seems to have happened on a part with a value of zero, and the suffix was not added to the value field in that line like it should have been. Perhaps the search and replace used to add the proper suffix to the value found the first zero in the line instead of finding value="0"?

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.