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

Re: gEDA-user: PCB: Isolated snippets of ground planes in the middle



You need to change the "fullpoly" flag for the relevent polygons.  I
can't find any way to do it in the gui (other than recreating the
polygon with "new polygons are full" checked) but you can edit the
.pcb file and add the "fullpoly" flag to your polygon.

	Polygon("clearpoly")
        (
                [95000 142500] [152500 142500] [152500 185000] [95000 185000]
        )
        Polygon("clearpoly,fullpoly")
        (
                [185000 172500] [135000 172500] [135000 215000] [185000 215000]
        )


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