element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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) Is there a ULP to toggle between Top, Bottom and All layers?
  • 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
  • State Verified Answer
  • Replies 3 replies
  • Subscribers 174 subscribers
  • Views 604 views
  • Users 0 members are here
  • bottom
  • top
  • all
  • layers
Related

Is there a ULP to toggle between Top, Bottom and All layers?

Eriond
Eriond over 10 years ago

Maybe it just me, but I prefer to design and route one side of the board at a time. Not really that strict, but when I switch from one side to the other, I'd like to only see whatever is relevant on that specific side.

Today I have to manually hide several layers when going from top to bottom, not only the Top (1), but also tPlace, tNames and  tWhatever... And when going back I have to hide Bottom (16), bPlace, bNames, bEtc... AND then enable all the top-related items i did previously hide. Really tiering! image

 

I don't posses the skills to write my own ULP, but maybe someone have already solved this situation?

If there is a solution to this, please let me know.

 

Regards,

E

  • Sign in to reply
  • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago

     

    If there is a solution to this, please let me know.

     

    Have a look at the display alias commands. You can for instance define

    an alias "Top with Silk" which you assign the layers that should be visible.

     

    Markus

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Joop14
    0 Joop14 over 10 years ago

    I use some scripts to do this:

     

    Copy and paste the following text into a new file and name it:

     

    layer1.scr   <= filename

    DISPLAY 1 -2 -3 -4 -5 -16 23 -24 39 -40 41 -42;   <= file content

     

    layer2.scr

    DISPLAY -1 2 -3 -4 -5 -16 -23 -24 -39 -40 -41 -42;

     

    layer3.scr

    DISPLAY -1 -2 3 -4 -5 -16 -23 -24 -39 -40 -41 -42;

     

    layer4.scr

    DISPLAY -1 -2 -3 4 -5 -16 -23 -24 -39 -40 -41 -42;

     

    layer5.scr

    DISPLAY -1 -2 -3 -4 5 -16 -23 -24 -39 -40 -41 -42;

     

    layer16.scr

    DISPLAY -1 -2 -3 -4 -5 16 -23 24 -39 40 -41 42;

     

    layerall.scr

    DISPLAY 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 20 23 24 37 38 39 40 41 42 43 45 46 47 48 49;

     

    Put those files in the scr directory.

     

    Then you can type "scr layer1" <enter> and only layer 1 will be visible. Modify the scripts as you like.

     

    etc.

     

    Regards,

     

    Joop

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • Eriond
    0 Eriond over 10 years ago in reply to Joop14

    Thank You Joop!

    Maybe I was a too quick to assume that a ULP was necessary for this task. Acutally, I don't care how it's done, as long as it does what it's supposed to!

     

    /E

     

    Edit: I also found this link, now that I know to search for "script" rather than "ULP" image:

    http://dangerousprototypes.com/2012/07/25/how-to-eagle-shortcuts/

    Especially the comment from "Mats" really made my day!

    If you choose to assign various keyboard shortcuts and would like to use them at all places where you have Eagle installed, You need to copy the file:

    C:\Users\[User]\AppData\Roaming\CadSoft\EAGLE\eaglerc.usr to each machine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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 © 2025 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.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube