fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4.01k stars 828 forks source link

mounting holes #1030

Closed davidperrenoud closed 10 years ago

davidperrenoud commented 10 years ago

From irasc...@gmail.com on March 29, 2010 04:53:53

these would have to be added as "obstacles" when drawing traces or autorouting. Would probably want a property for changing the diameter.
What's the difference between a mounting hole and a drill hole?

Original issue: http://code.google.com/p/fritzing/issues/detail?id=1030

davidperrenoud commented 10 years ago

From irasc...@gmail.com on March 29, 2010 01:54:44

Issue 1028 has been merged into this issue.

davidperrenoud commented 10 years ago

From irasc...@gmail.com on April 26, 2010 09:00:08

need a way to define holes in the fzp/svg files...

davidperrenoud commented 10 years ago

From irasc...@gmail.com on April 27, 2010 14:21:06

How about a holes layer? Then a part could have a set of svg elements (probably just circles at first) which would be that part's holes. The autorouter would have to learn to route around holes (effectively, to treat them as obstacles). We could provide a hole part, that was simply a part that only had an svg element in the holes layer; it could have the radius as a parameter, and so be generated on-the-fly. Gerber translation would look to the svg elements in the holes layer rather than relying on the present hack of using color.

Cc: andre.knoerig brendan.howell

davidperrenoud commented 10 years ago

From irasc...@gmail.com on April 27, 2010 19:27:51

Actually, afaict, the gerber converter is looking at every circle in the copper layer and deriving holes from that. There is no hack using color to determine a hole, and there are no parts containing holes.

davidperrenoud commented 10 years ago

From irasc...@gmail.com on April 27, 2010 21:52:06

groundplane generator will also have to leave space around holes

davidperrenoud commented 10 years ago

From irasc...@gmail.com on May 02, 2010 00:04:27

Status: Fixed