]> git.gag.com Git - hw/altusmetrum/commitdiff
Reduce number of polys in ufqfpn28 corner pads
authorKeith Packard <keithp@keithp.com>
Fri, 29 Jan 2016 16:10:26 +0000 (08:10 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 29 Jan 2016 16:15:13 +0000 (08:15 -0800)
These pads are supposed to have a diagonal edge, which pcb doesn't
support. Instead, a sequence of overlapping rectangles is used to
approximate the diagonal portion. The original version used 50 on each
pad, which made the stencil cutter very unhappy. This version uses
only 4.

Signed-off-by: Keith Packard <keithp@keithp.com>
packages/ufqfpn28.5c

index aaf808e5acea35511e96bf10733cc138b3c4d636..0d595543b943919b58533367013e4a20f8d6fa55 100644 (file)
@@ -67,7 +67,7 @@ for (pad = 0; pad < num_pad; pad++) {
        int     nstep = 0;
 
        if (pad == 0 || pad == num_pad-1)
-               nstep = 50;
+               nstep = 4;
 
        for (int s = 0; s <= nstep; s++) {
                if (nstep != 0) {