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) Gah, need zero width poly, but get warning even for polys with non-zero width!
  • 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 Not Answered
  • Replies 3 replies
  • Subscribers 188 subscribers
  • Views 735 views
  • Users 0 members are here
Related

Gah, need zero width poly, but get warning even for polys with non-zero width!

jomag
jomag over 10 years ago

Hi

 

I need to draw polys with very specific form. It's a capacity sensor that requires fingers to have a specific width, height and no rounding in the ends.

 

First I thought I could trace them using regular wires and change the cap, but cap can't be changed from round to flat for god knows what reason (it only works for arcs, but it also works for arcs with next to no curving...).

 

So I used polygons instead. Problem is that if I draw a polygon with width of 1 mm from side to side the final width will be 1 mm + the trace width. Plus the corners will be rounded.

 

Obvious solution: set polygon width to zero. So I happily created the poly and everything looks great. Time to create Gerber for production. Then I get a warning that zero-width polygons are not allowed!

 

I kind of understand why: zero-width would mean that the poly would be built using an infinite amount of zero-width lines to fill the poly. Not good.

 

So I try to set the poly width to a very small value. Yet the DRC keeps complaining of zero width polygon! I increased the poly width to 0.1 mm just for testing, but DRC still complains!

 

Two questions: why does DRC keep complaining even if I change the trace width of the poly, and how do I best draw figures with very precise requirements in Eagle?

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

    On 7/8/2016 7:48 AM, Jonatan Magnusson wrote:

    Hi

     

    I need to draw polys with very specific form. It's a capacity sensor that requires fingers to have a specific width, height and no rounding in the ends.

     

    First I thought I could trace them using regular wires and change the cap, but cap can't be changed from round to flat for god knows what reason (it only works for arcs, but it also works for arcs with next to no curving...).

     

    So I used polygons instead. Problem is that if I draw a polygon with width of 1 mm from side to side the final width will be 1 mm + the trace width. Plus the corners will be rounded.

     

    Obvious solution: set polygon width to zero. So I happily created the poly and everything looks great. Time to create Gerber for production. Then I get a warning that zero-width polygons are not allowed!

     

    I kind of understand why: zero-width would mean that the poly would be built using an infinite amount of zero-width lines to fill the poly. Not good.

     

    So I try to set the poly width to a very small value. Yet the DRC keeps complaining of zero width polygon! I increased the poly width to 0.1 mm just for testing, but DRC still complains!

     

    Two questions: why does DRC keep complaining even if I change the trace width of the poly, and how do I best draw figures with very precise requirements in Eagle?

     

    --

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

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

     

     

    Hi Jonathan,

     

    I hope you're doing well. What you see in the CAM processor is just a

    warning not a hard stop to the zero width polygon. EAGLE is just letting

    you know that zero width polygons might take a while to process because

    these generate lots of data(your understanding of the inifinite amount

    of wires is mostly correct, the reality is that 0 in EAGLE is really

    0.03um). If the polygons are relatively small then they won't have that

    much of an impact on the CAM processor. With that said the rule of thumb

    for polygon width is use the largest width possible that will give

    acceptable results.

     

    Now the DRC complaint, can be ignored because the board manufacturer

    will generally turn that whole feature into a solid shape so the width

    in the polygon is a DRC error that you can usually approve. However, if

    your board house complains then you'll have to set the width to whatever

    the minimum width required is.

     

    hth,

     

    Jorge Garcia

    Cadsoft Support

     

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

    On 7/8/2016 7:48 AM, Jonatan Magnusson wrote:

    Hi

     

    I need to draw polys with very specific form. It's a capacity sensor that requires fingers to have a specific width, height and no rounding in the ends.

     

    First I thought I could trace them using regular wires and change the cap, but cap can't be changed from round to flat for god knows what reason (it only works for arcs, but it also works for arcs with next to no curving...).

     

    So I used polygons instead. Problem is that if I draw a polygon with width of 1 mm from side to side the final width will be 1 mm + the trace width. Plus the corners will be rounded.

     

    Obvious solution: set polygon width to zero. So I happily created the poly and everything looks great. Time to create Gerber for production. Then I get a warning that zero-width polygons are not allowed!

     

    I kind of understand why: zero-width would mean that the poly would be built using an infinite amount of zero-width lines to fill the poly. Not good.

     

    So I try to set the poly width to a very small value. Yet the DRC keeps complaining of zero width polygon! I increased the poly width to 0.1 mm just for testing, but DRC still complains!

     

    Two questions: why does DRC keep complaining even if I change the trace width of the poly, and how do I best draw figures with very precise requirements in Eagle?

     

    --

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

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

     

     

    Hi Jonathan,

     

    I hope you're doing well. What you see in the CAM processor is just a

    warning not a hard stop to the zero width polygon. EAGLE is just letting

    you know that zero width polygons might take a while to process because

    these generate lots of data(your understanding of the inifinite amount

    of wires is mostly correct, the reality is that 0 in EAGLE is really

    0.03um). If the polygons are relatively small then they won't have that

    much of an impact on the CAM processor. With that said the rule of thumb

    for polygon width is use the largest width possible that will give

    acceptable results.

     

    Now the DRC complaint, can be ignored because the board manufacturer

    will generally turn that whole feature into a solid shape so the width

    in the polygon is a DRC error that you can usually approve. However, if

    your board house complains then you'll have to set the width to whatever

    the minimum width required is.

     

    hth,

     

    Jorge Garcia

    Cadsoft Support

     

    • 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 © 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