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) Eagle: How to convert a 2 layer board to 4 layer?
  • 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 11 replies
  • Subscribers 175 subscribers
  • Views 7985 views
  • Users 0 members are here
  • eagle cad
  • 4-layers
Related

Eagle: How to convert a 2 layer board to 4 layer?

dlchambers
dlchambers over 8 years ago

I have a 2 layer design in Eagle 7.7.0

I want to convert it to 4 layer - basically insert 2 inner layers (power, ground).

Can this be done, and if so, how is it done?

 

Thanks,

-Dave

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    0 autodeskguest over 8 years ago

    On 10/21/2016 10:11 AM, Dave Chambers wrote:

    I have a 2 layer design in Eagle 7.7.0

    I want to convert it to 4 layer - basically insert 2 inner layers (power, ground).

    Can this be done, and if so, how is it done?

     

    Thanks,

    -Dave

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/207842

     

     

    Hi Dave,

     

    I hope you're doing well. The short answer is:

     

    1. Click on DRC

    2. Go to the layers tab

    3. Change the setup equation from (1*16) to:

    (12+1516)

    4. Click Apply

    5. Click Cancel

     

    The long answer:

     

    Above I have given you one of the simplest 4 layer setups. It does not

    enable blind or buried vias, so if you need those the above

    configuration won't help.

     

    For more information, please see section 6.5 of the EAGLE manual.

     

    hth,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dlchambers
    0 dlchambers over 8 years ago in reply to autodeskguest

    OK, that helps a bit.

    played with the layer setup editor, and I understand what "*" and "+" mean, but the ascending rule is a bit odd.

    I want to be able to connect 1 and 2, 1 and 3, 1 and 4. No need to connect 2 or 3 or 4 to each other.

    How do I specify that?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 8 years ago in reply to dlchambers

    On 10/21/2016 12:28 PM, Dave Chambers wrote:

    OK, that helps a bit.

    played with the layer setup editor, and I understand what "*" and "+" mean, but the ascending rule is a bit odd.

    I want to be able to connect 1 and 2, 1 and 3, 1 and 4. No need to connect 2 or 3 or 4 to each other.

    How do I specify that?

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/207844

     

     

    Hi Dave,

     

    It is important to understand that you likely don't need to have to many

    different via configurations. The default through hole via, can reach

    all the layers. EAGLE will automatically isolate the via from any layers

    it is not supposed to connect to.

     

    Using blind and buried vias increases the cost of the board

    substantially. So unless you have a super tight layout I would

    discourage their use.

     

    hth,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • dlchambers
    0 dlchambers over 8 years ago in reply to autodeskguest

    Excellent info - thanks.

     

    So then which setup is the "standard" 4-layer rule:

    (1*2)+(15*16)     (2 cores with prepreg in between)

    or

    (1+2)+(15+16)  (3 cores)

     

    -Dave

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 8 years ago in reply to dlchambers

    On 10/21/2016 03:25 PM, Dave Chambers wrote:

    Excellent info - thanks.

     

    So then which setup is the "standard" 4-layer rule:

    (12)+(1516)     (2 cores with prepreg in between)

    or

    (12)(15+16)  (3 cores)

     

    The stack-up depends entirely on who is making the boards, and whether

    you're looking for a quick-turn prototype or making a large production run.

     

    Advanced Circuits advertises their quick-turn 0.062" 4-layer board as

    being two cores with prepreg between them. Without blind/buried vias

    this is properly entered as "(12+1516)".

     

    However, AP Circuits, Sunstone, PCB-Pool, and OshPark stack-ups are one

    core with prepreg layers added to either side. Without blind/buried

    vias, this is properly entered as "(12*1516)".

     

    If you're not doing blind or buried vias it doesn't make much difference

    which way you enter the stack-up into Eagle. If you ARE doing

    blind/buried, the pluses, asterisks, and extra parentheses tell Eagle

    where you can and can't place vias between the various layers.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dlchambers
    0 dlchambers over 8 years ago in reply to autodeskguest

    "(12*1516)"  (w/o quotes) is not a valid setup string.

    Eagle complains that layer 1516 is an invalid layer. Need some sort of separator between each number.

     

    I'm using Sunstone, which has core between 2 and 15, then prepreg between 1&2 and 15&16

    So, for the simplest stack-up, that would be (1+2*15+16)

    That isn't really what I initially was looking for, but as @JorgeGarcia said, Eagle will automatically connect the layers, so take that as an answer.

     

    Thanks to all for their input & patience.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • omega-5
    0 omega-5 over 8 years ago in reply to dlchambers

    Am 22.10.2016 um 20:32 schrieb Dave Chambers:

    "(12*1516)"  (w/o quotes) is not a valid setup string.

    Eagle complains that layer 1516 is an invalid layer. Need some sort of separator between each number.

     

    I'm using Sunstone, which has core between 2 and 15, then prepreg between 1&2 and 15&16

    So, for the simplest stack-up, that would be (12*1516)

    That isn't really what I initially was looking for, but as @JorgeGarcia said, Eagle will automatically connect the layers, so take that as an answer.

     

    Thanks to all for their input & patience.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/207869

     

     

     

    Hi Dave,

    what do you think about this? ((12)*(1516))

     

    Freundliche Grüße / Kind regards

    Friedrich

    -


    ... use NNTP://news.cadsoft.de and a

    functional news reader like Thunderbird!

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • omega-5
    0 omega-5 over 8 years ago in reply to dlchambers

    Am 22.10.2016 um 20:32 schrieb Dave Chambers:

    "(12*1516)"  (w/o quotes) is not a valid setup string.

    Eagle complains that layer 1516 is an invalid layer. Need some sort of separator between each number.

     

    I'm using Sunstone, which has core between 2 and 15, then prepreg between 1&2 and 15&16

    So, for the simplest stack-up, that would be (12*1516)

    That isn't really what I initially was looking for, but as @JorgeGarcia said, Eagle will automatically connect the layers, so take that as an answer.

     

    Thanks to all for their input & patience.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/207869

     

     

     

    Hi Dave,

    what do you think about this? ((12)*(1516))

     

    Freundliche Grüße / Kind regards

    Friedrich

    -


    ... use NNTP://news.cadsoft.de and a

    functional news reader like Thunderbird!

     

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