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) Eurocircuits and V6 .brd files
  • 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 26 replies
  • Subscribers 189 subscribers
  • Views 3216 views
  • Users 0 members are here
Related

Eurocircuits and V6 .brd files

e14 Contributor
e14 Contributor over 14 years ago

Just mailed two designs to Eurocircuits this afternoon made by Eagle V6.

Received a reject as 'does not look to be a valid .brd file'.

I wonder if they know about the changes in V6?

 

Robert

 

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

    On 15.01.2012 14:46, Richard Herman wrote:

    Op Sun, 15 Jan 2012 10:41:45 +0100 schreef Robert <Robert@nospam.ch>:

     

    >> To answer part of my own questions, I found that I can setup a cam job

    >> for each layer that I need.

    >> The only question left is for generating a Gerber of an internal power

    >> plane. Do I include there also the pads (17), via(18) and

    >> dimension(20) layer?

    >>

    >> Robert

    >>

    >>

    >>>

    >>> Morton, after some testing I found where the problem is. The

    >>> gerb274x-4layer.cam only looks at top, bottom, layer 2 and 15. I have

    >>> not found out how I can get it to look at my layer 3.

    >>>

    >>> Furthermore, it will only deal with layer 2 and 15 as signal layers, and

    >>> I have my layer 2 defined as ground plane. Since I got my design error

    >>> free after some manual work, I'd like to keep it. Is there a way in

    >>> Eagle to move the layers to match gerb274x-4layer.cam or another way to

    >>> create Gerber files from my current design?

    >>>

    >>> Regards, Robert

    >>>

    >>

    >

     

    Hello Robert,

     

    >

    Because there isn't an always correct answer for this, visiting the

    Eurocircuits link Warren mentioned a few post earlier, gives me this:

     

    Layer conversion rules - syntax:

     

    Layer function (.file extension) consists of Eagle layer(s) : Eagle

    layer number & function + …

     

    Solder stop Component side (.STC) = 20 Dimension layer + 29 tStop laye

    Silkscreen Component side (.PLC) = 20 Dimension layer + 21 tPlace layer

    + 25 tNames layer

    Componentside (.CMP) = 1 Top layer + 17 Pads layer + 18 Vias layer + 20

    Dimension layer

    Inner layers (.Lox) = x Inner layer + 17 Pads layer + 18 Vias layer + 20

    Dimension layer

    Solderside (.SOL) = 16 Bot layer + 17 Pads layer + 18 Vias layer + 20

    Dimension layer

    Solder stop Solder side (.STS) = 30 bStop layer + 20 Dimension layer

    Silkscreen Solder side (.PLS) = 22 bPlace layer + 26 bNames layer + 20

    Dimension layer

    Milling (.MILING) = 46 Milling layer + 47 Measures layer + 20 Dimension

    Layer

    Excellon drill (.DRD) = 44 Drills layer + 45 Holes laye

    Cream frame Componentside(.PMC) = 31 tCream layer + 20 Dimension layer

    Cream frame Solderside (.PMS) = 32 bCream layer + 20 Dimension layer

     

    >

    So the answer seems pretty obvious....

     

    >

    Richard

     

    Thank you Richard. But I don't think it is obvious, as my question was

    concerning supply layers. In Eagle V6 supply layers are converted to

    signal layers, unlike in Eagle V5. So in V6 there is no special

    treatment needed and it becomes a .Lox layer. In Eagle V5 a supply layer

    is represented inverted and requires inversion. Correct?

     

    Robert

     

     

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

    On 15.01.2012 14:46, Richard Herman wrote:

    Op Sun, 15 Jan 2012 10:41:45 +0100 schreef Robert <Robert@nospam.ch>:

     

    >> To answer part of my own questions, I found that I can setup a cam job

    >> for each layer that I need.

    >> The only question left is for generating a Gerber of an internal power

    >> plane. Do I include there also the pads (17), via(18) and

    >> dimension(20) layer?

    >>

    >> Robert

    >>

    >>

    >>>

    >>> Morton, after some testing I found where the problem is. The

    >>> gerb274x-4layer.cam only looks at top, bottom, layer 2 and 15. I have

    >>> not found out how I can get it to look at my layer 3.

    >>>

    >>> Furthermore, it will only deal with layer 2 and 15 as signal layers, and

    >>> I have my layer 2 defined as ground plane. Since I got my design error

    >>> free after some manual work, I'd like to keep it. Is there a way in

    >>> Eagle to move the layers to match gerb274x-4layer.cam or another way to

    >>> create Gerber files from my current design?

    >>>

    >>> Regards, Robert

    >>>

    >>

    >

     

    Hello Robert,

     

    >

    Because there isn't an always correct answer for this, visiting the

    Eurocircuits link Warren mentioned a few post earlier, gives me this:

     

    Layer conversion rules - syntax:

     

    Layer function (.file extension) consists of Eagle layer(s) : Eagle

    layer number & function + …

     

    Solder stop Component side (.STC) = 20 Dimension layer + 29 tStop laye

    Silkscreen Component side (.PLC) = 20 Dimension layer + 21 tPlace layer

    + 25 tNames layer

    Componentside (.CMP) = 1 Top layer + 17 Pads layer + 18 Vias layer + 20

    Dimension layer

    Inner layers (.Lox) = x Inner layer + 17 Pads layer + 18 Vias layer + 20

    Dimension layer

    Solderside (.SOL) = 16 Bot layer + 17 Pads layer + 18 Vias layer + 20

    Dimension layer

    Solder stop Solder side (.STS) = 30 bStop layer + 20 Dimension layer

    Silkscreen Solder side (.PLS) = 22 bPlace layer + 26 bNames layer + 20

    Dimension layer

    Milling (.MILING) = 46 Milling layer + 47 Measures layer + 20 Dimension

    Layer

    Excellon drill (.DRD) = 44 Drills layer + 45 Holes laye

    Cream frame Componentside(.PMC) = 31 tCream layer + 20 Dimension layer

    Cream frame Solderside (.PMS) = 32 bCream layer + 20 Dimension layer

     

    >

    So the answer seems pretty obvious....

     

    >

    Richard

     

    Thank you Richard. But I don't think it is obvious, as my question was

    concerning supply layers. In Eagle V6 supply layers are converted to

    signal layers, unlike in Eagle V5. So in V6 there is no special

    treatment needed and it becomes a .Lox layer. In Eagle V5 a supply layer

    is represented inverted and requires inversion. Correct?

     

    Robert

     

     

    • 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