[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB Bug: poly clearance around rotated pads.



On 9/4/08, Robert Fitzsimons <robfitz@xxxxxxxx> wrote:
> Is this the same issue that I was trying to fix with this patch?
>  http://archives.seul.org/geda/dev/May-2008/msg00085.html

Exactly. I think your patch just needs
-  if (!(np = RectPoly (x1,x2,y1,y2)))
+ if (!(np = SquarePadPoly (pad)))
in UnsubractPad(), otherwise the pads will leave holes on the polygon
when moving.
and of course there is no need to compute {x,y}{1,2} in this function then.

Regards,
Ineiev


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user