how can i change the order of layers' aliases on the list that appears by right clicking on "Layer settings" button?
how can i change the order of layers' aliases on the list that appears by right clicking on "Layer settings" button?
On 10/03/2016 05:19 PM, foivos christoulakis wrote:
how can i change the order of layers' aliases on the list that appears by right clicking on "Layer settings" button?
Exit eagle, and use a text editor to edit ~/.eaglerc (Linux and Mac.
not sure about Windoze.)
Look for the property "Brd.CommandPopup.Display". The layer aliases are
numbered in order. Here's an excerpt from my .eaglerc (emphasis added):
Brd.CommandPopup.Display.1 = "TOP;none 1 16 17 18 19 20 21 23 25
41 45"
Brd.CommandPopup.Display.2 = "BOT;none 1 16 17 18 19 20 22 24 26
42 45"
Brd.CommandPopup.Display.3 = "both;none 1 16 17 18 19 20 21 22 23
24 25 26 41 42 45"
Brd.CommandPopup.Display.4 = "tmask;none 17 18 19 20 21 23 25 29 45"
Brd.CommandPopup.Display.5 = "bmask;none 17 18 19 20 22 24 26 30 45"
HTH,
- Chuck
| 8358.att1.html.zip |
Awesome as always Chuck,
Best Regards,
Jorge Garcia
Awesome as always Chuck,
Best Regards,
Jorge Garcia