Polygons don't sufficiently clear circular items
Bug #1100620 reported by
Lilith Bryant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gEDA project |
New
|
Medium
|
Unassigned | ||
pcb |
New
|
Undecided
|
Unassigned |
Bug Description
The correction factor POLY_CIRC_
The results in inadequate clearance to the right of vias & pins. Line and arc clearances are similarly inadequate.
Attached is a simple example. To repeat:
1) Move the mark the centre of the via
2) Turn off the grid
3) Go to the polygon edge to the right of the via
4) Zoom in LOTS
5) Inspect the distance to the polygon at just above and below the "3 o'clock" position
Clearance in this example is supposed to be 0.35mm (0.25mm via radius + 0.1mm clearance). However 0.3494mm is observable.
Changed in geda-project: | |
importance: | Undecided → Medium |
tags: | added: polygons |
To post a comment you must log in.
Attached is a fix for pins/vias only.
The patch also rotates the approximation "40-polygon" by half a segment, so as to make the left/right/ top/bottom edges of it orthogonal (rather than being "points up"). This allows full width webbing between pins/vias that are arranged a line.
( All of this is way more obvious if you set POLY_CIRC_SEGS to 8 )
Fixing lines and arc clearances seems rather more difficult. Patch pending...