element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
Forum Have a question about CadSoft EAGLE?  Ask our Expert, Richard! (Archive)
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 1129 replies
  • Subscribers 245 subscribers
  • Views 51305 views
  • Users 0 members are here
  • eagle
  • expert
  • richard_hammerl
  • cadsoft
Related

Have a question about CadSoft EAGLE?  Ask our Expert, Richard! (Archive)

nlarson
nlarson over 16 years ago

This thread is now locked - but you can still ask Richard by posting your questions here.  If you'd rather browse other member's questions you can read the CadSoft EAGLE Forums for past questions and answers. Enjoy!

 

Browse past Q&A help on anything technical relating to CadSoft EAGLE!


image

 

Richard Hammerl

Richard is an engineer with 16 years experience in EAGLE customer support and is waiting for your questions.

  • Sign in to reply
  • Cancel
  • Jorge_Garcia
    Jorge_Garcia over 15 years ago in reply to e14 Contributor

    Hi Steve,

     

    In the future it would be best to leave EAGLE's default libraries alone, and simply copy what you need from them into your own personal libraries. The path your looking for is unobtainable from the info dialog. Once a part is brought into an EAGLE design it becomes fully independent from the library that created it, so that path is not available.

     

    I would recommend simply grabbing one of the rcl-2 libraries, the most recent preferably, and simply modify it to suit manufacturer specs. Then rename the library to distinguish from the others and use that library.

     

    hth,

    Jorge

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Jorge_Garcia
    Jorge_Garcia over 15 years ago in reply to e14 Contributor

    Hi Sylvain,

     

    It's important to take into account the impact of the Restring tab in the DRC. In EAGLE, the drill size is immutable and will not be changed from whatever value you set. The actual diameter of the pad is a little more flexible and is subject to the restring settings. Basically EAGLE always enforces the minimum restring, if the size you setup in the library for the pad diamter is less than the restring then the restring wins.

     

    All you have to do is lower the minimum restring value until library diameters you set take over.

     

    hth,

    Jorge

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago

    Hello!

    Is there a way to export a multisheet schematic into a multipage pdf? I'm using Eagle 5.11.0

    Thanks!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago

    Hi Richard,

     

    When I do ERC check is get the error message "POWER pin U$3 P$8 connected to +5V".   This is what I want.... why is there a message?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago
    2     down vote favorite
    2
    share [fb] share [tw] share [in]

    In Eagle I often prefer to route some wires myself (power,  xtal, UBS, etc), and leave the rest to the autorouter. When I am not  pleased with the result I route some more myself, and let the autorouter  have another try.

     

    My problem is undoing the work of the autorouter, without undoing my  own work. The basic way to do this is simply not saving the autoroutered  version, and then loading the board again. But once I make the mistake  of saving the autorouted version (and purging the backups) I still want  to be able to go back to the pre-autorouted version.

     

    One attempt to do this is to identify all autorouted wires in an ULP  and create the command string to RIPUP these segments. I can arrange for  the ULP to identify the autorouted wires, for instance by giving them a  different width. But the RIPUP command seems to ripup the selected wire  segment AND AJACENT SEGMENTS. So far I have not found a command that  rips just the selected wire segment.

     

    I tried the opposite approach: in an ULP, gather all wire segments I   want to keep, do a full ripup, and then restore the wires segments   (using the ROUTE command). No succes, the segments must be in a specific   order for the route commands (not the order in which the ULP finds  them  image ), the via's must be made first, and some more problems.

     

    So I guess I have two questions: - How do you combine hand-routing and auto-routing in an iterative (trial-and-error) way? - Is there a way (probably using ULP and commands) to ripup a subset of wire segments?

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago

    Hello Richard:
    I am trying make a large pad diameter of 0.900 inches, and maximum pad dia. allowed in Eagle is only 0.51 inches. Is there a work around, or another way to get a large pad size?

     

    I tried making a circle on the same layer as the maximum allowed pad (Pads) that overlapped the pad, but that did not work.

    It will not connect to a copper pour polygon of the same net name.


    thanks for the help!
    Tim

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • levafreidin
    levafreidin over 15 years ago in reply to e14 Contributor

        To find "Air Wire[s]", type/select "Route" command with no parameters and click left mouse button in the middle of the PCB.

    Closest to the cursor "Air Wire" appear as half routed trace. Because you have just one "Air Wire" left, it will be this one.

        Lev.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago in reply to e14 Contributor

    It worked! Thanks!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago in reply to e14 Contributor

    I hope someone has a better answer than mine...

    Turn off all layers except "Unrouted". Look for something on the screen.  Good idea to clean the screen first as I've usually found these are very small lines between the end point of a trace and a pad center.  You may have to zoom in.

    Somebody have a script?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 15 years ago

    Hi,

     

         How can you find Air Wires. I have a large board with 1 air-wire left but can't findi it.

     

    Thanks,

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube