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
EAGLE User Support (English) Project-specific configs - esp. drills, dimension
  • 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 2 replies
  • Subscribers 188 subscribers
  • Views 337 views
  • Users 0 members are here
Related

Project-specific configs - esp. drills, dimension

e14 Contributor
e14 Contributor over 14 years ago

One thing that is quite bothersome is how the various parameters configurable under the Options->Set menu are handled.  It would really make sense for some of those parameters to be project-specific, the Drills in particular.  The drill table changes across projects so, when used in conjunction with the drillegend-stack ULP (which requires the drills to be sorted by size), universally changing the drill table gets cumbersome.  This is particularly onerous when switching between multiple projects, which I do frequently.  Placing the drill table within the auspices of individual projects will keep them proper.

 

One other related suggestion would be a Sort button in the drill table dialog.  I use drillegend-stack ULP to generate the drill table for my fabricator.  Having to go in a manually sort the drill table is a manual task that should be readily automated.

  • Sign in to reply
  • Cancel
Parents
  • e14 Contributor
    e14 Contributor over 14 years ago

     

    "Eric Deuel" <noreply-62020@element14.com> a écrit dans le message de news:

    1009267270.10811336500410255.JavaMail.jive@flcspu-csapp-01.premierfarnell.com...

    One thing that is quite bothersome is how the various parameters configurable under the

    Options->Set menu are handled. It would really make sense for some of those parameters to be

    project-specific,

     

    You said "PROJECT oriented" ? see this topic:

    http://www.eaglecentral.ca/forums/index.php?t=msg&th=46900&start=0&546e8117397602c11c874278d866e33a/

     

    the Drills in particular. The drill table changes across projects so, when used in conjunction with

    the drillegend-stack ULP (which requires the drills to be sorted by size), universally changing the

    drill table gets cumbersome. This is particularly onerous when switching between multiple projects,

    which I do frequently. Placing the drill table within the auspices of individual projects will keep

    them proper.

     

    The drill table is saved in the "eaglerc.usr" file. This is one of the reasons why I have to copy

    this file in each of my project-directories.

    I think that the drill table is specific for each board and should be saved in the board (as for

    the DRC parameters).

     

    One other related suggestion would be a Sort button in the drill table dialog.

     

    This is a very old old old request :o(((

    We could easily do that with an ULP but unfortunately the drill.symbol parameters as:

    SET Drill.Symbol.Nr.4 = 0.8mm; doesn't works in the command line.

     

    I use drillegend-stack ULP to generate the drill table for my fabricator. Having to go in a

    manually sort the drill table is a manual task that should be readily automated.

     

     

     

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

    Thanks for the insight.  After reading and implementing your suggestions from the linked topic, I discovered changing my HOME variable did bad things to other apps so had to change that back.  I've spent a bit more time looking at the various forum threads on the eaglerc.usr file and ran across the -U switch added to the command line options after Eagle v5.11.  Now my shortcut command line reads something like "eagle.exe -U.\eaglerc.usr" which points to the file local to the shortcut.  It is a bit of an annoyance to have to navigate to the project folder to launch Eagle rather than the pinned shortcut but it is a small price to pay.  I sincerely hope that this becomes easier in succeeding revisions - like defaulting to the .usr file in the project file if it exists before going to a global location like HOME.  Just a thought.

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

    Thanks for the insight.  After reading and implementing your suggestions from the linked topic, I discovered changing my HOME variable did bad things to other apps so had to change that back.  I've spent a bit more time looking at the various forum threads on the eaglerc.usr file and ran across the -U switch added to the command line options after Eagle v5.11.  Now my shortcut command line reads something like "eagle.exe -U.\eaglerc.usr" which points to the file local to the shortcut.  It is a bit of an annoyance to have to navigate to the project folder to launch Eagle rather than the pinned shortcut but it is a small price to pay.  I sincerely hope that this becomes easier in succeeding revisions - like defaulting to the .usr file in the project file if it exists before going to a global location like HOME.  Just a thought.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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