[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Circular Board Outline
Wow that's impressive !! A workaround and a fix all within a day. Thanks
guys.
Any idea when the next snapshot will be available with this fix?
On Sun, 2008-06-01 at 23:34 -0400, DJ Delorie wrote:
> > Is there a way to create circular PCBs in gEDA? I tried adding
> > connected arcs to the outline layer but these are ignored as it
> > seems to require connected straight line segments.
>
> I checked in a fix for this:
>
> Index: print.c
> ===================================================================
> RCS file: /cvsroot/pcb/pcb/src/print.c,v
> retrieving revision 1.51
> diff -p -U3 -r1.51 print.c
> --- print.c 20 Apr 2007 11:31:13 -0000 1.51
> +++ print.c 2 Jun 2008 03:33:21 -0000
> @@ -296,7 +296,7 @@ PrintFab (void)
> for (i = 0; i < max_layer; i++)
> {
> LayerType *l = LAYER_PTR (i);
> - if (l->Name && l->LineN)
> + if (l->Name && (l->LineN || l->ArcN))
> {
> if (strcasecmp ("route", l->Name) == 0)
> break;
>
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@xxxxxxxxxxxxxx
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>
>
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user